diff options
Diffstat (limited to 'tests/travis/pdo')
-rw-r--r-- | tests/travis/pdo/mysql.phpunit.xml | 2 | ||||
-rw-r--r-- | tests/travis/pdo/pgsql.phpunit.xml | 2 | ||||
-rw-r--r-- | tests/travis/pdo/sqlite.phpunit.xml | 2 |
3 files changed, 3 insertions, 3 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"> diff --git a/tests/travis/pdo/pgsql.phpunit.xml b/tests/travis/pdo/pgsql.phpunit.xml index 351f690d5..e68c3e028 100644 --- a/tests/travis/pdo/pgsql.phpunit.xml +++ b/tests/travis/pdo/pgsql.phpunit.xml @@ -10,7 +10,7 @@ stopOnIncomplete="false" stopOnSkipped="false"> <php> - <const name="DB_DRIVER" value="pgsql"/> + <const name="DB_DRIVER" value="pdo/pgsql"/> </php> <testsuites> <testsuite name="CodeIgniter Core Test Suite"> diff --git a/tests/travis/pdo/sqlite.phpunit.xml b/tests/travis/pdo/sqlite.phpunit.xml index ae139b7a9..1871f6221 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"> |