summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-08 00:20:24 +0100
committernashe <thomas@chauchefoin.fr>2017-07-08 00:20:24 +0100
commit07203a1583f2141e1c931ef122f86e10a3fd8009 (patch)
tree2e678e2ab2cb4a78696a740a6dd8822aebd250b4
parenta8e83c31b1c2d34a2b9fc755f69703f8e8ffa22f (diff)
downloadplanet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar
planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar.gz
planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar.bz2
planet-07203a1583f2141e1c931ef122f86e10a3fd8009.tar.xz
planet-07203a1583f2141e1c931ef122f86e10a3fd8009.zip
Add code coverage
-rw-r--r--phpunit.xml3
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">