summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/controllers/gallery_unit_test.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-28 07:29:33 +0800
committerGallery Role Account <gallery@menalto.com>2009-05-28 11:07:10 +0800
commitc8f849b38faa7a86e017725fe95b4f4205899286 (patch)
treeaa6f49d87b5054fc95a6f964f3aa2a8431f70b03 /modules/gallery_unit_test/controllers/gallery_unit_test.php
parentf89424bc85942d25fa6da2371f5a0e439aaaf33e (diff)
Convert a few more references of APPPATH to MODPATH/gallery
Signed-off-by: Gallery Role Account <gallery@menalto.com>
Diffstat (limited to 'modules/gallery_unit_test/controllers/gallery_unit_test.php')
-rw-r--r--modules/gallery_unit_test/controllers/gallery_unit_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/controllers/gallery_unit_test.php b/modules/gallery_unit_test/controllers/gallery_unit_test.php
index c9aa0ddc..c1457b12 100644
--- a/modules/gallery_unit_test/controllers/gallery_unit_test.php
+++ b/modules/gallery_unit_test/controllers/gallery_unit_test.php
@@ -70,7 +70,6 @@ class Gallery_Unit_Test_Controller extends Controller {
}
// Find all tests, excluding sample tests that come with the unit_test module.
- $paths = array(APPPATH . "tests");
foreach (glob(MODPATH . "*/tests") as $path) {
if ($path != MODPATH . "unit_test/tests") {
$paths[] = $path;