summaryrefslogtreecommitdiff
path: root/modules/gallery
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery')
-rw-r--r--modules/gallery/tests/File_Structure_Test.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gallery/tests/File_Structure_Test.php b/modules/gallery/tests/File_Structure_Test.php
index ce75ea13..f46d9d64 100644
--- a/modules/gallery/tests/File_Structure_Test.php
+++ b/modules/gallery/tests/File_Structure_Test.php
@@ -175,6 +175,11 @@ class File_Structure_Test extends Gallery_Unit_Test_Case {
// Front controllers
break;
+ case DOCROOT . "lib/uploadify/uploadify.php":
+ case DOCROOT . "lib/uploadify/uploadify.allglyphs.php":
+ // Uploadify wrappers - directly accessible
+ break;
+
case DOCROOT . "local.php":
// Special case optional file, not part of the codebase
break;