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