summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/File_Structure_Test.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-21 20:04:46 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-21 20:04:46 -0800
commitf7f4df64b9abe726fae30cc44b8e640f68ef1415 (patch)
treeac26c5679ac6fcd0463c2f50160d68b9c923aed0 /modules/gallery/tests/File_Structure_Test.php
parent2f9077e26a0d36ac5805db87069827979d965c5f (diff)
Exclude modules/gallery_unit_test/views/kohana/error.php
Diffstat (limited to 'modules/gallery/tests/File_Structure_Test.php')
-rw-r--r--modules/gallery/tests/File_Structure_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/File_Structure_Test.php b/modules/gallery/tests/File_Structure_Test.php
index bffdf361..4590e95d 100644
--- a/modules/gallery/tests/File_Structure_Test.php
+++ b/modules/gallery/tests/File_Structure_Test.php
@@ -36,7 +36,7 @@ class File_Structure_Test extends Gallery_Unit_Test_Case {
$dir = new GalleryCodeFilterIterator(
new RecursiveIteratorIterator(new RecursiveDirectoryIterator(DOCROOT)));
foreach ($dir as $file) {
- if (strpos($file, "modules/gallery/views/kohana/error.php")) {
+ if (strpos($file, "views/kohana/error.php")) {
continue;
}