我已经将 netbean 设置为使用我的 config.xml 文件,它运行良好,除了 netbean 完全忽略的 testsuites 部分。
看起来 netbean 尝试执行此命令:
phpunit -c config.xml 路径/to/tests/
而不仅仅是:
phpunit -c config.xml
如何配置 netbean 以处理 phpunit XML 配置中的测试套件定义?
我已经将 netbean 设置为使用我的 config.xml 文件,它运行良好,除了 netbean 完全忽略的 testsuites 部分。
看起来 netbean 尝试执行此命令:
phpunit -c config.xml 路径/to/tests/
而不仅仅是:
phpunit -c config.xml
如何配置 netbean 以处理 phpunit XML 配置中的测试套件定义?
NetBeans 7.0 允许您在项目的属性中指定一个测试套件,但我没有看到一种方法来告诉它使用 XML 配置文件中的内容。
似乎是 netbeans 的错误,请参阅错误 199072 - NetBeans 忽略 PHPUNIT.XML 并从所有文件夹运行测试。