As far as I can tell, your error originates from /var/www/unit-testing/tests/application/controllers/IndexControllerTest.php Line 3. which is a require_once of 'Zend/Test/PHPUnit/ControllerTestCase.php'
So it does not have anything to do with require_once 'controllers/ControllerTestCase.php'; Am 27.01.2011 um 18:32 schrieb Simon Walter: > On 01/28/2011 01:43 AM, Leander Damme wrote: >> Hi Simon, >> make sure you have an up2date Zend Framework library in you include path >> and 'Zend/Test/PHPUnit/ControllerTestCase.php' exists. >> >> I have also run into case sensitivity issues a couple of times. Developing >> on a case-insensitive file system (Os X) and deploying on a >> case sensitive fs (Linux/ext3) >> >> Leander > > Thanks. I do have it all latest up datest - 1.11.2. The error I'm getting is > really weird, because it says it cannot find 'ControllerTestCase' not > 'Zend_Test_PHPUnit_ControllerTestCase'. ControllerTestCase.php is explicitly > required in the PHPunit bootstrap file: > > require_once 'controllers/ControllerTestCase.php'; >
