aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/bar/ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/bar/ext.php')
-rw-r--r--tests/extension/ext/bar/ext.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/extension/ext/bar/ext.php b/tests/extension/ext/bar/ext.php
index 5585edf9ac..22ff5e8077 100644
--- a/tests/extension/ext/bar/ext.php
+++ b/tests/extension/ext/bar/ext.php
@@ -1,6 +1,8 @@
<?php
-class phpbb_ext_bar_ext extends phpbb_extension_base
+namespace bar;
+
+class ext extends \phpbb\extension\base
{
static public $state;