Skip to content

Commit c485d25

Browse files
committed
up
1 parent a238b36 commit c485d25

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

phpunit.xml

-12
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,4 @@
55
<directory suffix="Test.php">tests/</directory>
66
</testsuite>
77
</testsuites>
8-
<coverage>
9-
<include>
10-
<directory suffix=".php">src/</directory>
11-
</include>
12-
</coverage>
13-
<logging>
14-
<log type="tap" target="build/report.tap"/>
15-
<log type="junit" target="build/report.junit.xml"/>
16-
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
17-
<log type="coverage-text" target="build/coverage.txt"/>
18-
<log type="coverage-clover" target="build/logs/clover.xml"/>
19-
</logging>
208
</phpunit>

0 commit comments

Comments
 (0)