diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-02 21:39:10 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-02 21:39:10 +0000 |
commit | a38752607e954ea47a93caadc8949eb6900fbc15 (patch) | |
tree | 43518fc771cfaf9db7f6e1a63d9daaa20c5d5897 /modules | |
parent | 231117b4a3b622df91a5a3234cb97c2fe94cd180 (diff) |
replace a tab with the appropriate number of spaces
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery_unit_test/controllers/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |