Skip to content

Commit 6bfcd67

Browse files
committed
Fix phpunit config
1 parent 2d8a983 commit 6bfcd67

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

phpunit.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,19 @@
1515
<directory>tests/Unit</directory>
1616
</testsuite>
1717
</testsuites>
18+
<coverage>
19+
<report>
20+
<html outputDirectory="runtime/phpunit/coverage"/>
21+
<text outputFile="runtime/phpunit/coverage.txt"/>
22+
<clover outputFile="runtime/phpunit/logs/clover.xml"/>
23+
</report>
24+
</coverage>
25+
<logging>
26+
<junit outputFile="runtime/report.junit.xml"/>
27+
</logging>
28+
<source>
29+
<include>
30+
<directory>src</directory>
31+
</include>
32+
</source>
1833
</phpunit>

0 commit comments

Comments
 (0)