commit | 44015c8d91ecea78ee4a10de579c36a859c2fcb6 | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Wed Apr 04 19:38:16 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Wed Apr 04 19:38:16 2012 +0700 |
tree | 4081890d25571abb67c49b0b7c7033e226c800be | |
parent | 6a96bf7ece4da23e2a802f48c408fa240da776f0 [diff] [blame] |
Set up PDO constant and configuration
diff --git a/tests/travis/pdo/sqlite.phpunit.xml b/tests/travis/pdo/sqlite.phpunit.xml index ae139b7..1871f62 100644 --- a/tests/travis/pdo/sqlite.phpunit.xml +++ b/tests/travis/pdo/sqlite.phpunit.xml
@@ -10,7 +10,7 @@ stopOnIncomplete="false" stopOnSkipped="false"> <php> - <const name="DB_DRIVER" value="sqlite"/> + <const name="DB_DRIVER" value="pdo/sqlite"/> </php> <testsuites> <testsuite name="CodeIgniter Core Test Suite">