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