diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-06-26 00:03:34 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-06-26 00:03:34 +0200 |
commit | cbd78d826b965ad6dfc953686594749cbdf21af3 (patch) | |
tree | 443e46fa76ed0569ac221e016cee2dd70bebefaf /tests/mocks/database | |
parent | 0bb13811397a730444437702bbc1b01a29c27a46 (diff) |
Alter test pdo/mysql config
Diffstat (limited to 'tests/mocks/database')
-rw-r--r-- | tests/mocks/database/config/pdo/mysql.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/database/config/pdo/mysql.php b/tests/mocks/database/config/pdo/mysql.php index 38f822fd7..96608f787 100644 --- a/tests/mocks/database/config/pdo/mysql.php +++ b/tests/mocks/database/config/pdo/mysql.php @@ -4,7 +4,7 @@ return array( // Typical Database configuration 'pdo/mysql' => array( - 'dsn' => '', + 'dsn' => 'mysql:host=localhost;dbname=ci_test', 'hostname' => 'localhost', 'username' => 'travis', 'password' => '', |