我试图在PhpStorm上运行/调试多个项目(其中两个是导入的,一个是在phpstorm上创建的)当我运行或调试时,每个项目都会给我(不同的)PHP致命错误。
这是第一个错误。
PHP Fatal error: Class 'Doctrine\Tests\Common\Cache\CacheTest' not found in C:\wamp64\www\bodisatva\vendor\doctrine\cache\tests\Doctrine\Tests\Common\Cache\ApcCacheTest.php on line 10
问题是CacheTest存在。
第二个项目:
PHP Fatal error: Class 'Doctrine\Tests\DoctrineTestCase' not found in C:\wamp64\www\larasocial\vendor\doctrine\inflector\tests\Doctrine\Tests\Common\Inflector\InflectorTest.php on line 8
同样,它存在。
我完全在PhpStorm上进行测试的项目。
PHP Fatal error: Class 'Tests\Behat\Gherkin\Keywords\KeywordsTest' not found in C:\wamp64\www\larazine\vendor\behat\gherkin\tests\Behat\Gherkin\Keywords\ArrayKeywordsTest.php on line 8
不同且相同。
我错过了什么吗?我试图谷歌这些错误只是为了找到具体的(但可能已经过时,因为我有更多的错误尝试它们)解决方案。
答案 0 :(得分:1)
您是如何在File |中配置 PHPUnit的?设置|语言与框架| PHP | PHPUnit的强>?它是PHPunit 5还是6?您可能需要在此处附加配置的屏幕截图。
第8行的 C:\ wamp64 \ www \ larasocial \ vendor \ doctrine \ inflector \ tests \ Doctrine \ Tests \ Common \ Inflector \ InflectorTest.php 是否存在任何检查错误,例如 DoctrineTestCase 或 TestCase 会突出显示?