summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/controllers/test.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-01 10:45:51 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-01 10:45:51 +0000
commit5a3731d0c6e846c926e233109359632afaacacdb (patch)
treefcab6d40a25deffcaa3e755f0ab3d1610b5a9871 /modules/gallery_unit_test/controllers/test.php
parent08f9822b72932bafa4aa6327f601e1901e2e0003 (diff)
Remove all html::specialchars(); we're not getting rendered in a
browser.
Diffstat (limited to 'modules/gallery_unit_test/controllers/test.php')
-rw-r--r--modules/gallery_unit_test/controllers/test.php4
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();
}
}