We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0377e5a commit 57f5669Copy full SHA for 57f5669
phpunit.xml.dist
@@ -10,4 +10,10 @@
10
<directory>tests</directory>
11
</testsuite>
12
</testsuites>
13
+ <logging>
14
+ <log type="tap" target="build/report.tap"/>
15
+ <log type="junit" target="build/report.junit.xml"/>
16
+ <log type="coverage-text" target="build/coverage.txt"/>
17
+ <log type="coverage-clover" target="build/logs/clover.xml"/>
18
+ </logging>
19
</phpunit>
0 commit comments