From 5a3731d0c6e846c926e233109359632afaacacdb Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 1 Nov 2008 10:45:51 +0000 Subject: Remove all html::specialchars(); we're not getting rendered in a browser. --- modules/gallery_unit_test/controllers/test.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'modules/gallery_unit_test/controllers/test.php') 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(); } } -- cgit v1.2.3