aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/foo/acp/fail_info.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/foo/acp/fail_info.php')
-rw-r--r--tests/extension/ext/foo/acp/fail_info.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/extension/ext/foo/acp/fail_info.php b/tests/extension/ext/foo/acp/fail_info.php
index 99aa09551e..caea441f99 100644
--- a/tests/extension/ext/foo/acp/fail_info.php
+++ b/tests/extension/ext/foo/acp/fail_info.php
@@ -1,9 +1,12 @@
<?php
+
+namespace foo\acp;
+
/*
* Due to the mismatch between the class name and the file name, this module
* file shouldn't be found by the extension finder
*/
-class phpbb_ext_foo_acp_foo_info
+class foo_info
{
public function module()
{