summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-06-26 00:03:34 +0200
committerAndrey Andreev <narf@bofh.bg>2012-06-26 00:03:34 +0200
commitcbd78d826b965ad6dfc953686594749cbdf21af3 (patch)
tree443e46fa76ed0569ac221e016cee2dd70bebefaf /tests
parent0bb13811397a730444437702bbc1b01a29c27a46 (diff)
Alter test pdo/mysql config
Diffstat (limited to 'tests')
-rw-r--r--tests/mocks/database/config/pdo/mysql.php2
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' => '',