Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[phpunit] 测试运行:415,失败:13,错误:19,不完整:0,跳过:0,经过时间:45.19617 秒
我想了解有关失败和错误的详细信息,怎么办?
你可以发布你的构建文件吗?
在任何情况下,要让 phpunit 任务输出附加信息,请在任务调用中使用 'plain' 格式化程序:
<phpunit ...> <formatter usefile="false" type="plain"/> <batchtest> ... </batchtest> </phpunit>