0

我刚刚通过 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
4

1 回答 1

0

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

于 2016-04-15T18:51:03.553 回答