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 タスクに追加情報を出力させるには、タスク呼び出しで「プレーン」フォーマッターを使用します。
<phpunit ...> <formatter usefile="false" type="plain"/> <batchtest> ... </batchtest> </phpunit>