summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-27 16:29:33 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-27 16:29:33 -0700
commit5e7cc75a29623781bfdc907c4bf76626151a6caa (patch)
tree637b4126dfaf06601e5ee08a389f0935e4a13153 /modules/gallery_unit_test
parent28b09a304630babf18e41aa56b24152c8babcef0 (diff)
Convert a few more references of APPPATH to MODPATH/gallery
Diffstat (limited to 'modules/gallery_unit_test')
-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;