Browse Source

Removed the config setting that should not have been commited.

tags/2.0.0-beta
gevik 11 years ago
parent
commit
b6d5a9002b
  1. 3
      tests/unit/data/config.php

3
tests/unit/data/config.php

@ -22,9 +22,6 @@ return array(
'dsn' => 'pgsql:host=localhost;dbname=yiitest;port=5432;', 'dsn' => 'pgsql:host=localhost;dbname=yiitest;port=5432;',
'username' => 'postgres', 'username' => 'postgres',
'password' => 'postgres', 'password' => 'postgres',
'attributes' => array(
'search_path' => 'master,hello'
),
'fixture' => __DIR__ . '/postgres.sql', 'fixture' => __DIR__ . '/postgres.sql',
) )
) )

Loading…
Cancel
Save