Skip to content

Commit

Permalink
disable phpunit logging
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Mar 15, 2022
1 parent 2ab603f commit c592593
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpunit.xml
@@ -1,9 +1,5 @@
<phpunit colors="true" bootstrap="tests/bootstrap.php" processIsolation="true"
convertDeprecationsToExceptions="true">
<logging>
<log type="coverage-html" target="./report" lowUpperBound="35" highLowerBound="70"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<testsuites>
<testsuite name="tests">
<directory suffix=".php">tests</directory>
Expand Down

0 comments on commit c592593

Please sign in to comment.