diff options
Diffstat (limited to 'tests/extension/ext/foo/acp/fail_module.php')
-rw-r--r-- | tests/extension/ext/foo/acp/fail_module.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/extension/ext/foo/acp/fail_module.php b/tests/extension/ext/foo/acp/fail_module.php index a200d92d2f..8070929d3c 100644 --- a/tests/extension/ext/foo/acp/fail_module.php +++ b/tests/extension/ext/foo/acp/fail_module.php @@ -1,8 +1,11 @@ <?php + +namespace foo\acp; + /* * 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 +class fail_module { } |