summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-02 21:39:10 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-02 21:39:10 +0000
commita38752607e954ea47a93caadc8949eb6900fbc15 (patch)
tree43518fc771cfaf9db7f6e1a63d9daaa20c5d5897 /modules
parent231117b4a3b622df91a5a3234cb97c2fe94cd180 (diff)
replace a tab with the appropriate number of spaces
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery_unit_test/controllers/test.php2
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);