我正在尝试使用PHPUnit来处理我的Netbeans 8.0.2。我正在使用Ubuntu 14.04 LTS。
我遵循了这个文档: https://netbeans.org/kb/docs/php/phpunit.html
我已经安装了phpunit和它的骨架生成器,然后一直到第5步。但是当我试图测试它时,测试将无法运行。它总是说“没有执行测试。” “也许错误发生了,请在输出窗口中验证。” 我检查了输出窗口,它显示了这个:
"/usr/bin/php" "/usr/local/bin/phpunit" "--colors" "--log-junit" "/tmp/nb-phpunit-log.xml" "/usr/local/netbeans-8.0.2/php/phpunit/NetBeansSuite.php" "--run=/var/www/html/calculator/tests/calculatorTest.php"
PHPUnit 4.8.5 by Sebastian Bergmann and contributors.
unrecognized option --run
Done.
我错过了什么吗?
答案 0 :(得分:2)
如果可以,请返回PHPUnit 4.7。
答案 1 :(得分:1)
这似乎是NetBeans 8.0.2中的一个问题。我发现他们的Bugzilla系统中有两个与--run
参数相关的错误。
它已被修复,但仅在夜间版本中可用,因为8.0.2是最新版本。