From a38752607e954ea47a93caadc8949eb6900fbc15 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 2 Nov 2008 21:39:10 +0000 Subject: replace a tab with the appropriate number of spaces --- modules/gallery_unit_test/controllers/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 f048ec4a..052a58e5 100644 --- a/modules/gallery_unit_test/controllers/test.php +++ b/modules/gallery_unit_test/controllers/test.php @@ -27,7 +27,7 @@ class Test_Controller extends Controller { $paths = array(APPPATH . "tests"); foreach (glob(MODPATH . "*/tests") as $path) { if ($path != MODPATH . "unit_test/tests") { - $paths[] = $path; + $paths[] = $path; } } Kohana::config_set('unit_test.paths', $paths); -- cgit v1.2.3