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: 254

Filed under:
|
|
|

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?

Example iam talking about

© Stack Overflow or respective owner

Related posts about php

Related posts about framework