aboutsummaryrefslogtreecommitdiffstats
path: root/tests/class_loader/includes
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-08-31 20:30:59 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-08-31 20:30:59 +0200
commit9edf0d64a2735eaff6dbd15487b008bf9ef9b686 (patch)
tree8018f73aee3a2e7ae927ef1a2255fa2813b01435 /tests/class_loader/includes
parente4ff780c1370d9f743da0fffc70b98be0c7cfe92 (diff)
downloadforums-9edf0d64a2735eaff6dbd15487b008bf9ef9b686.tar
forums-9edf0d64a2735eaff6dbd15487b008bf9ef9b686.tar.gz
forums-9edf0d64a2735eaff6dbd15487b008bf9ef9b686.tar.bz2
forums-9edf0d64a2735eaff6dbd15487b008bf9ef9b686.tar.xz
forums-9edf0d64a2735eaff6dbd15487b008bf9ef9b686.zip
[feature/auto-loading] Add test case for phpbb_dir2 =>
includes/dir2/dir2.php PHPBB3-9682
Diffstat (limited to 'tests/class_loader/includes')
-rw-r--r--tests/class_loader/includes/dir2/dir2.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/class_loader/includes/dir2/dir2.php b/tests/class_loader/includes/dir2/dir2.php
new file mode 100644
index 0000000000..01cf4086ff
--- /dev/null
+++ b/tests/class_loader/includes/dir2/dir2.php
@@ -0,0 +1,6 @@
+<?php
+
+class phpbb_dir2
+{
+}
+