diff options
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar/ext.php')
-rw-r--r-- | tests/functional/fixtures/ext/foo/bar/ext.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/ext.php b/tests/functional/fixtures/ext/foo/bar/ext.php index 74359d51ab..1288edd5ec 100644 --- a/tests/functional/fixtures/ext/foo/bar/ext.php +++ b/tests/functional/fixtures/ext/foo/bar/ext.php @@ -1,6 +1,8 @@ <?php -class phpbb_ext_foo_bar_ext extends phpbb_extension_base +namespace foo\bar; + +class ext extends \phpbb\extension\base { } |