summaryrefslogtreecommitdiffstats
path: root/tests/travis/pgsql.phpunit.xml
diff options
context:
space:
mode:
authorTaufan Aditya <toopay@taufanaditya.com>2012-09-13 19:57:41 +0200
committerTaufan Aditya <toopay@taufanaditya.com>2012-09-13 19:57:41 +0200
commit431afaedaea55bc20716babe21557fd2b0ad531c (patch)
tree3383c00f920f5dd68e7fdd41fe8f541f78738b47 /tests/travis/pgsql.phpunit.xml
parent88e3857ec2328e1dc4168c8343367d9d9e54d019 (diff)
Set code-coverage limit scope
Signed-off-by: Taufan Aditya <toopay@taufanaditya.com>
Diffstat (limited to 'tests/travis/pgsql.phpunit.xml')
-rw-r--r--tests/travis/pgsql.phpunit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/pgsql.phpunit.xml b/tests/travis/pgsql.phpunit.xml
index 51e433d76..bfddbf6b5 100644
--- a/tests/travis/pgsql.phpunit.xml
+++ b/tests/travis/pgsql.phpunit.xml
@@ -18,7 +18,7 @@
</testsuite>
</testsuites>
<filter>
- <whitelist addUncoveredFilesFromWhitelist="true">
+ <whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../../system</directory>
</whitelist>
</filter>