diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-09-13 19:57:41 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-09-13 19:57:41 +0200 |
commit | 431afaedaea55bc20716babe21557fd2b0ad531c (patch) | |
tree | 3383c00f920f5dd68e7fdd41fe8f541f78738b47 /tests/travis/pdo/pgsql.phpunit.xml | |
parent | 88e3857ec2328e1dc4168c8343367d9d9e54d019 (diff) |
Set code-coverage limit scope
Signed-off-by: Taufan Aditya <toopay@taufanaditya.com>
Diffstat (limited to 'tests/travis/pdo/pgsql.phpunit.xml')
-rw-r--r-- | tests/travis/pdo/pgsql.phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/pdo/pgsql.phpunit.xml b/tests/travis/pdo/pgsql.phpunit.xml index 232025523..df3ff986e 100644 --- a/tests/travis/pdo/pgsql.phpunit.xml +++ b/tests/travis/pdo/pgsql.phpunit.xml @@ -18,7 +18,7 @@ </testsuite> </testsuites> <filter> - <whitelist addUncoveredFilesFromWhitelist="true"> + <whitelist addUncoveredFilesFromWhitelist="false"> <directory suffix=".php">../../../system</directory> </whitelist> </filter> |