commit | cbd78d826b965ad6dfc953686594749cbdf21af3 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Tue Jun 26 01:03:34 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Tue Jun 26 01:03:34 2012 +0300 |
tree | 443e46fa76ed0569ac221e016cee2dd70bebefaf | |
parent | 0bb13811397a730444437702bbc1b01a29c27a46 [diff] [blame] |
Alter test pdo/mysql config
diff --git a/tests/mocks/database/config/pdo/mysql.php b/tests/mocks/database/config/pdo/mysql.php index 38f822f..96608f7 100644 --- a/tests/mocks/database/config/pdo/mysql.php +++ b/tests/mocks/database/config/pdo/mysql.php
@@ -4,7 +4,7 @@ // Typical Database configuration 'pdo/mysql' => array( - 'dsn' => '', + 'dsn' => 'mysql:host=localhost;dbname=ci_test', 'hostname' => 'localhost', 'username' => 'travis', 'password' => '',