aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/foo/acp/fail_module.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/foo/acp/fail_module.php')
-rw-r--r--tests/extension/ext/foo/acp/fail_module.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/extension/ext/foo/acp/fail_module.php b/tests/extension/ext/foo/acp/fail_module.php
new file mode 100644
index 0000000000..a200d92d2f
--- /dev/null
+++ b/tests/extension/ext/foo/acp/fail_module.php
@@ -0,0 +1,8 @@
+<?php
+/*
+* Due to the mismatch between the class name and the file name of the module
+* info file, this module's info file shouldn't be found
+*/
+class phpbb_ext_foo_acp_fail_module
+{
+}