Skip to content

Commit

Permalink
Update phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Sep 17, 2018
1 parent 5c0d07b commit 46eac5f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
bootstrap="../tests/bootstrap.php"
verbose="true"
beStrictAboutOutputDuringTests="true"
beStrictAboutTestSize="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
Expand All @@ -20,9 +19,4 @@
<directory suffix=".php">../src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false" showOnlySummary="true"/>
<log type="coverage-html" target="logs/coverage"/>
<log type="coverage-clover" target="logs/clover.xml"/>
</logging>
</phpunit>

0 comments on commit 46eac5f

Please sign in to comment.