Disable coverage in phpunit
It causes an error on Travis and it is not used anymore
This commit is contained in:
parent
077bb4762e
commit
5d550a100d
1 changed files with 0 additions and 4 deletions
|
@ -10,8 +10,4 @@
|
|||
<directory>tests/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<logging>
|
||||
<log type="coverage-html" target="coverage/"/>
|
||||
<log type="coverage-clover" target="clover.xml"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
|
|
Loading…
Reference in a new issue