Fatal error: Class 'CDbTestCase' not found yii framework

后端 未结 3 747
梦如初夏
梦如初夏 2021-01-26 07:07

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

3条回答
  •  野性不改
    2021-01-26 07:42

    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.

提交回复
热议问题