PHPUnit with Zend Framework
Posted
by ArneRie
on Stack Overflow
See other posts from Stack Overflow
or by ArneRie
Published on 2010-05-25T12:21:06Z
Indexed on
2010/05/31
10:52 UTC
Read the original article
Hit count: 271
Hi,
i have studied some examples for PHPUnit with Zend Framework, but there is one part iam not understanding.
In the most examples, the Application Bootstrap runs from some kind of baseClass inside
the setUp()
Method.
Why not in __construct()
? Is there any good reason?
© Stack Overflow or respective owner