From c8f849b38faa7a86e017725fe95b4f4205899286 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 28 May 2009 07:29:33 +0800 Subject: Convert a few more references of APPPATH to MODPATH/gallery Signed-off-by: Gallery Role Account --- modules/gallery_unit_test/controllers/gallery_unit_test.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gallery_unit_test') 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; -- cgit v1.2.3