Disable coverage in phpunit

It causes an error on Travis and it is not used anymore
This commit is contained in:
Pierre Rudloff 2021-02-02 00:27:24 +01:00
parent 077bb4762e
commit 5d550a100d
1 changed files with 0 additions and 4 deletions

View File

@ -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>