diff options
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"> |