From b6d5a9002b96f36b627164217f9a9c7d7120563d Mon Sep 17 00:00:00 2001 From: gevik Date: Fri, 7 Jun 2013 23:01:01 +0200 Subject: [PATCH] Removed the config setting that should not have been commited. --- tests/unit/data/config.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/unit/data/config.php b/tests/unit/data/config.php index 1b40513..036624b 100644 --- a/tests/unit/data/config.php +++ b/tests/unit/data/config.php @@ -22,9 +22,6 @@ return array( 'dsn' => 'pgsql:host=localhost;dbname=yiitest;port=5432;', 'username' => 'postgres', 'password' => 'postgres', - 'attributes' => array( - 'search_path' => 'master,hello' - ), 'fixture' => __DIR__ . '/postgres.sql', ) )