From 0fd390cac555b00149d1c000aea7796edd47d0f6 Mon Sep 17 00:00:00 2001 From: Gevik Babakhani Date: Thu, 6 Jun 2013 21:19:17 +0200 Subject: [PATCH] Replaces spaces with tabs. --- tests/unit/data/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/data/config.php b/tests/unit/data/config.php index f1c7bc0..1b40513 100644 --- a/tests/unit/data/config.php +++ b/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', - ) + ) ) );