diff options
author | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 14:38:16 +0200 |
---|---|---|
committer | Taufan Aditya <toopay@taufanaditya.com> | 2012-04-04 14:38:16 +0200 |
commit | 44015c8d91ecea78ee4a10de579c36a859c2fcb6 (patch) | |
tree | 4081890d25571abb67c49b0b7c7033e226c800be /tests/travis/pdo/mysql.phpunit.xml | |
parent | 6a96bf7ece4da23e2a802f48c408fa240da776f0 (diff) |
Set up PDO constant and configuration
Diffstat (limited to 'tests/travis/pdo/mysql.phpunit.xml')
-rw-r--r-- | tests/travis/pdo/mysql.phpunit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/pdo/mysql.phpunit.xml b/tests/travis/pdo/mysql.phpunit.xml index eb650fa1e..69eece24f 100644 --- a/tests/travis/pdo/mysql.phpunit.xml +++ b/tests/travis/pdo/mysql.phpunit.xml @@ -10,7 +10,7 @@ stopOnIncomplete="false" stopOnSkipped="false"> <php> - <const name="DB_DRIVER" value="mysql"/> + <const name="DB_DRIVER" value="pdo/mysql"/> </php> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> |