致命错误:Class' Doctrine \ Tests \ Common \ Cache \ CacheTest'未找到

时间:2015-05-22 02:33:21

标签: symfony phpstorm

我在PHPStorm 8.0.1中使用WAMP服务器的解释器5.5。在运行项目时,它给了我一个错误。当我使用解释器c:\ php \ php时,它给了我另一个错误。

  

致命错误:Class' Doctrine \ Tests \ Common \ Cache \ CacheTest'在第8行的C:\ wamp \ www \ project \ vendor \ doctrine \ cache \ tests \ Doctrine \ Tests \ Common \ Cache \ ApcCacheTest.php中找不到

Call Stack:
    0.0010     360784   1. {main}() C:\Users\AMIT\AppData\Local\Temp\ide-phpunit.php:0
    0.0990   14181504   2. IDE_Base_PHPUnit_TextUI_Command::main() C:\Users\AMIT\AppData\Local\Temp\ide-phpunit.php:486
    0.0990   14193936   3. PHPUnit_TextUI_Command->run() C:\Users\AMIT\AppData\Local\Temp\ide-phpunit.php:229
    0.1110   15786960   4. PHPUnit_Runner_BaseTestRunner->getTest() phar://C:/wamp/bin/php/php5.5.12/phpunit.phar/phpunit/TextUI/Command.php:127
    9.8476   16182168   5. PHPUnit_Framework_TestSuite->addTestFiles() phar://C:/wamp/bin/php/php5.5.12/phpunit.phar/phpunit/Runner/BaseTestRunner.php:63
    9.8546   16569672   6. PHPUnit_Framework_TestSuite->addTestFile() phar://C:/wamp/bin/php/php5.5.12/phpunit.phar/phpunit/Framework/TestSuite.php:405
    9.8556   16727008   7. PHPUnit_Util_Fileloader::checkAndLoad() phar://C:/wamp/bin/php/php5.5.12/phpunit.phar/phpunit/Framework/TestSuite.php:333
    9.8556   16727168   8. PHPUnit_Util_Fileloader::load() phar://C:/wamp/bin/php/php5.5.12/phpunit.phar/phpunit/Util/Fileloader.php:42
    9.8566   16734760   9. include_once('C:\wamp\www\project\vendor\doctrine\cache\tests\Doctrine\Tests\Common\Cache\ApcCacheTest.php') phar://C:/wamp/bin/php/php5.5.12/phpunit.phar/phpunit/Util/Fileloader.php:58

1 个答案:

答案 0 :(得分:3)

我有同样的问题。

  • 将phpunit.xml.dist重命名为app / folder
  • 中的phpunit.xml
  • 右键单击它并选择运行'phpunit.xml'选项,或在默认键映射中按下Alt + Shift + F10,在phpunit.xml文件中

这样测试成功,并没有出现任何错误。