开发者

how can i get the failures details about phpunit and phing results

开发者 https://www.devze.com 2023-02-22 10:18 出处:网络
[phpunit] Tests run: 415, Failures: 13, Errors: 19, Incomplete: 0, Skipped: 0, Time elapsed: 45.19617 s

[phpunit] Tests run: 415, Failures: 13, Errors: 19, Incomplete: 0, Skipped: 0, Time elapsed: 45.19617 s

i wanna find out t开发者_运维百科he details about failures and errors,how do?


Can you post your build file?

In any case, to have the phpunit task output additional information, use the 'plain' formatter in the task call:

<phpunit ...>
    <formatter usefile="false" type="plain"/>
    <batchtest>
    ...
    </batchtest>
</phpunit>
0

精彩评论

暂无评论...
验证码 换一张
取 消