diff options
-rw-r--r-- | phpunit.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml index 835272f..5b0d803 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,6 +11,9 @@ <testsuite> <directory suffix="Test.php">tests</directory> </testsuite> + <logging> + <log type="coverage-text" target="php://stdout" showUncoveredFiles="false" /> + </logging> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> |