我刚刚通过pear安装安装了phpunit,但我无法运行测试(已经在另一台服务器上运行)。谁能告诉我配置中缺少什么?
以下是phpunit xxxxTest.php
和phpunit .
的输出命令:
$ phpunit getActTest.php
X-Powered-By: PHP/5.3.8-pl0-gentoo
Content-type: text/html
PHPUnit 3.7.27 by Sebastian Bergmann.
Cannot open file "getActTest.php".
$ phpunit .
X-Powered-By: PHP/5.3.8-pl0-gentoo
Content-type: text/html
PHPUnit 3.7.27 by Sebastian Bergmann.
Time: 0 ms, Memory: 2.00Mb
No tests executed!
$ ls
getActTest.php getCirkwiReferencesTest.php getListObjectTest.php getLodgingTest.php getPoisTest.php getRestosTest.php getVarsNConstTest.php
getCirkwiExportTest.php getHomeTest.php getLocalTest.php getOthersTest.php getProfileTest.php getTeaserTest.php
答案 0 :(得分:0)
您的文件路径似乎不正确。请确保您位于文件所在的目录中。然后运行run ll
列出文件,以确保您位于正确的目录中。现在运行phpunit xxxxTest.php
,您就会得到结果。