diff options
Diffstat (limited to 'tests/extension/ext/foo/b_class.php')
-rw-r--r-- | tests/extension/ext/foo/b_class.php | 4 |
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 { } |