diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-01-21 20:04:46 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-01-21 20:04:46 -0800 |
commit | f7f4df64b9abe726fae30cc44b8e640f68ef1415 (patch) | |
tree | ac26c5679ac6fcd0463c2f50160d68b9c923aed0 /modules/gallery/tests | |
parent | 2f9077e26a0d36ac5805db87069827979d965c5f (diff) |
Exclude modules/gallery_unit_test/views/kohana/error.php
Diffstat (limited to 'modules/gallery/tests')
-rw-r--r-- | modules/gallery/tests/File_Structure_Test.php | 2 |
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; } |