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';