summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-26 04:18:07 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-26 04:18:07 +0000
commit6a49ca262e6c78b1dd718e091a6d985204cd2372 (patch)
tree21dcd02db511a09f85efd8c7a1f331ab6f2d0d4e /core
parent88e1f02c1a250dae7b8dabeeaf9f6209f4c84942 (diff)
Ignore index.local.php
Diffstat (limited to 'core')
-rw-r--r--core/tests/File_Structure_Test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/tests/File_Structure_Test.php b/core/tests/File_Structure_Test.php
index 33cd71c6..1caa82ba 100644
--- a/core/tests/File_Structure_Test.php
+++ b/core/tests/File_Structure_Test.php
@@ -141,6 +141,10 @@ class File_Structure_Test extends Unit_Test_Case {
// Front controllers
break;
+ case DOCROOT . "index.local.php":
+ // Special case optional file, not part of the codebase
+ break;
+
default:
if (strpos($path, DOCROOT . "var/logs") === 0) {
continue;