Skip to content

Commit

Permalink
Fix configuration loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 30, 2015
1 parent 4832014 commit ad2eec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php
Expand Up @@ -35,7 +35,7 @@ protected static function _available()
protected static function _getConnection($overrides = array())
{
$config = Horde_Test_Case::getConfig('DB_ADAPTER_PDO_MYSQL_TEST_CONFIG',
null,
__DIR__ . '/..',
array('host' => 'localhost',
'username' => '',
'password' => '',
Expand Down
2 changes: 1 addition & 1 deletion framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php
Expand Up @@ -42,7 +42,7 @@ public static function setUpBeforeClass()
protected static function _getConnection($overrides = array())
{
$config = Horde_Test_Case::getConfig('DB_ADAPTER_PDO_PGSQL_TEST_CONFIG',
null,
__DIR__ . '/..',
array('username' => '',
'password' => '',
'dbname' => 'test'));
Expand Down

0 comments on commit ad2eec5

Please sign in to comment.