commit | 55f804239cb0141fdac748607d8cdfa143efac92 | [log] [tgz] |
---|---|---|
author | Taufan Aditya <toopay@taufanaditya.com> | Thu Apr 05 01:48:52 2012 +0700 |
committer | Taufan Aditya <toopay@taufanaditya.com> | Thu Apr 05 01:48:52 2012 +0700 |
tree | 2d5a9455181f12ecf15faa10c2ca8621085a3e8f | |
parent | 5b421665bac7609192917f7b0f34838534be099e [diff] [blame] |
Add dsn to pgsql
diff --git a/tests/mocks/database/config/sqlite.php b/tests/mocks/database/config/sqlite.php index 75fdacd..755ce2a 100644 --- a/tests/mocks/database/config/sqlite.php +++ b/tests/mocks/database/config/sqlite.php
@@ -26,7 +26,7 @@ 'hostname' => 'localhost', 'username' => 'sqlite', 'password' => 'sqlite', - 'database' => realpath(__DIR__.'/..').'/ci_testf.sqlite', + 'database' => realpath(__DIR__.'/..').'/ci_test.sqlite', 'dbdriver' => 'sqlite3', ), ),