aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/barfoo/ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/barfoo/ext.php')
-rw-r--r--tests/extension/ext/barfoo/ext.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/extension/ext/barfoo/ext.php b/tests/extension/ext/barfoo/ext.php
index c1425369fa..1b7bb7ca5e 100644
--- a/tests/extension/ext/barfoo/ext.php
+++ b/tests/extension/ext/barfoo/ext.php
@@ -1,5 +1,7 @@
<?php
-class phpbb_ext_barfoo_ext extends \phpbb\extension\base
+namespace barfoo;
+
+class ext extends \phpbb\extension\base
{
}