diff options
Diffstat (limited to 'modules/gallery_unit_test/controllers')
| -rw-r--r-- | modules/gallery_unit_test/controllers/gallery_unit_test.php | 1 | 
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; | 
