commit | 431afaedaea55bc20716babe21557fd2b0ad531c | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Fri Sep 14 00:57:41 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Fri Sep 14 00:57:41 2012 +0700 |
tree | 3383c00f920f5dd68e7fdd41fe8f541f78738b47 | |
parent | 88e3857ec2328e1dc4168c8343367d9d9e54d019 [diff] [blame] |
Set code-coverage limit scope Signed-off-by: Taufan Aditya <toopay@taufanaditya.com>
diff --git a/tests/travis/pgsql.phpunit.xml b/tests/travis/pgsql.phpunit.xml index 51e433d..bfddbf6 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>