【发布时间】:2013-03-05 04:10:34
【问题描述】:
我刚刚安装了最新版本的 phpunit,当我运行演示测试时:
bin/phpunit src/Acme/DemoBundle/Tests/
我遇到了这个问题:
1) Acme\DemoBundle\Tests\Controller\DemoControllerTest::testIndex
RuntimeException: Unable to guess the Kernel directory.
以及引用内核的行
关于为什么这个 DEMO TEST 不起作用的任何想法?
【问题讨论】:
标签: testing symfony phpunit symfony-2.2