Skip to content

Commit 57f5669

Browse files
YannikFirrenerg4l
authored andcommitted
FIXED - phpunit
1 parent 0377e5a commit 57f5669

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010
<directory>tests</directory>
1111
</testsuite>
1212
</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>
1319
</phpunit>

0 commit comments

Comments
 (0)