diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 14:13:03 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 14:13:03 +0200 |
commit | 6a96bf7ece4da23e2a802f48c408fa240da776f0 (patch) | |
tree | 1cc457af7d597356277c3b67b3a045994a985135 /tests/travis/sqlite.phpunit.xml | |
parent | c8709839a57feb991a1fef527afecd1b07f12f0f (diff) |
Include PDO code coverage, remove unnecessary line on phpunit xml
Diffstat (limited to 'tests/travis/sqlite.phpunit.xml')
-rw-r--r-- | tests/travis/sqlite.phpunit.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/travis/sqlite.phpunit.xml b/tests/travis/sqlite.phpunit.xml index 74ebb482b..628370e93 100644 --- a/tests/travis/sqlite.phpunit.xml +++ b/tests/travis/sqlite.phpunit.xml @@ -28,10 +28,5 @@ <directory suffix=".php">PROJECT_BASE.'tests'</directory> <directory suffix=".php">'../../system/core/CodeIgniter.php'</directory> </blacklist> - <whitelist> - <!-- - <directory suffix=".php">'../system/core'</directory> - --> - </whitelist> </filters> </phpunit>
\ No newline at end of file |