From 5e7cc75a29623781bfdc907c4bf76626151a6caa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 27 May 2009 16:29:33 -0700 Subject: Convert a few more references of APPPATH to MODPATH/gallery --- 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