aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/foo/b_class.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/foo/b_class.php')
-rw-r--r--tests/extension/ext/foo/b_class.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/extension/ext/foo/b_class.php b/tests/extension/ext/foo/b_class.php
index 4645266122..bb2a77c05e 100644
--- a/tests/extension/ext/foo/b_class.php
+++ b/tests/extension/ext/foo/b_class.php
@@ -1,5 +1,7 @@
<?php
-class phpbb_ext_foo_b_class
+namespace foo;
+
+class b_class
{
}