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
In your framework directory there should be a dir named test and within it there should be CDbTestCase.php. can you verify this please?
if it's missing you've found the problem, else your code cannot reach the framework dir.