From 8709c1965f9b13967e74efddb7ff6c99e734a135 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 4 Nov 2008 02:19:46 +0000 Subject: White space correction --- modules/gallery_unit_test/controllers/test.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/gallery_unit_test') diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/test.php index e6c0ce3e..06e15696 100644 --- a/modules/gallery_unit_test/controllers/test.php +++ b/modules/gallery_unit_test/controllers/test.php @@ -31,16 +31,16 @@ class Test_Controller extends Controller { copy($original_config, $test_config); $db_config = Kohana::config('database'); if (empty($db_config['unit_test'])) { - print "Please create create a 'unit_test' database configuration in $db_config.\n"; - return; + print "Please create create a 'unit_test' database configuration in $db_config.\n"; + return; } try { - $db = Database::instance('unit_test'); - $db->connect(); + $db = Database::instance('unit_test'); + $db->connect(); - // Make this the default database for the rest of this run - Database::$instances = array('default' => $db); + // Make this the default database for the rest of this run + Database::$instances = array('default' => $db); } catch (Exception $e) { print "{$e->getMessage()}\n"; return; -- cgit v1.2.3