使用 Symfony2 的 PHPUnit 出现错误
在我的测试用例中,我导入:
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
但是,当我执行它时,我得到:
PHP Fatal error: Class 'Symfony\Bundle\FrameworkBundle\Test\WebTestCase' not found in C:\trabajo\web\Company\src\Company\WebBundle\Tests\dbTest.php on line 11
我用来执行它:
phpunit -c app/src/Company/WebBundle/Tests/dbTest
有什么帮助吗?
提前致谢。