I\'m following the \"Agile web application development with yii 1.1 and php5\" book and i\'m at the testing with fixtures section. I followed their code but i can\'t access to t
check if you bootstrap file in pŕotected/tests is pointing to the right paths and check if the WebTastCase.php file in the same folder is poiting to the right 'TEST_BASE_URL', something like:
define('TEST_BASE_URL','http://localhost/my_app/index-test.php/');
and try to run phpunit from inside the protected/tests folder