Browse Source

Replaces spaces with tabs.

tags/2.0.0-beta
Gevik Babakhani 12 years ago
parent
commit
0fd390cac5
  1. 6
      tests/unit/data/config.php

6
tests/unit/data/config.php

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

Loading…
Cancel
Save