mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
Exclude modules/gallery_unit_test/views/kohana/error.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user