Skip to content

Commit a72cb12

Browse files
authored
Speed up tests by removing code coverage and reduce number of runs on travis (#84)
1 parent 7bd0f17 commit a72cb12

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpunit.xml.dist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
<directory>./Tests/</directory>
1717
</testsuite>
1818
</testsuites>
19-
20-
<logging>
21-
<log type="coverage-text" target="php://stdout"/>
22-
<log type="coverage-html" target="./coverageReport"/>
23-
</logging>
24-
2519
<groups>
2620
<exclude>
2721
<group>benchmark</group>

0 commit comments

Comments
 (0)