diff options
Diffstat (limited to 'modules/gallery_unit_test/controllers/test.php')
-rw-r--r-- | modules/gallery_unit_test/controllers/test.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/test.php index d7a9de90..5f276bd5 100644 --- a/modules/gallery_unit_test/controllers/test.php +++ b/modules/gallery_unit_test/controllers/test.php @@ -29,11 +29,9 @@ class Test_Controller extends Controller { if ($path != MODPATH . "unit_test/tests") { $paths[] = $path; } - } Kohana::config_set('unit_test.paths', $paths); - $test = new Unit_Test(DOCROOT . "modules/gallery_unit_test/tests"); - echo $test; + print new Unit_Test(); } } |