Phpunit:测试未运行“无法打开文件”错误

时间:2013-10-16 17:30:23

标签: phpunit

我刚刚通过pear安装安装了phpunit,但我无法运行测试(已经在另一台服务器上运行)。谁能告诉我配置中缺少什么?

以下是phpunit xxxxTest.phpphpunit .的输出命令:

$ 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

1 个答案:

答案 0 :(得分:0)

您的文件路径似乎不正确。请确保您位于文件所在的目录中。然后运行run ll列出文件,以确保您位于正确的目录中。现在运行phpunit xxxxTest.php,您就会得到结果。