diff options
author | Thomas Chauchefoin <thomas@chauchefoin.fr> | 2017-10-26 14:15:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 14:15:44 +0200 |
commit | 77da52ec5f3376b73e2c1bd62fe726eaf7c532de (patch) | |
tree | 131f6b3af9f424a156b672f25b24aff2dbdb4c9b | |
parent | 351009241bbe0864670c79fd78b5e95271cc6c2f (diff) | |
download | planet-77da52ec5f3376b73e2c1bd62fe726eaf7c532de.tar planet-77da52ec5f3376b73e2c1bd62fe726eaf7c532de.tar.gz planet-77da52ec5f3376b73e2c1bd62fe726eaf7c532de.tar.bz2 planet-77da52ec5f3376b73e2c1bd62fe726eaf7c532de.tar.xz planet-77da52ec5f3376b73e2c1bd62fe726eaf7c532de.zip |
Fix phpunit output on Travis builds
See #97.
-rw-r--r-- | phpunit.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpunit.xml b/phpunit.xml index 5b0d803..835272f 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,9 +11,6 @@ <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> - <logging> - <log type="coverage-text" target="php://stdout" showUncoveredFiles="false" /> - </logging> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> |