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 2d8a983 commit 6bfcd67Copy full SHA for 6bfcd67
phpunit.xml
@@ -15,4 +15,19 @@
15
<directory>tests/Unit</directory>
16
</testsuite>
17
</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>
33
</phpunit>
0 commit comments