diff options
Diffstat (limited to 'tests/extension/ext/bar/my/hidden_class.php')
-rw-r--r-- | tests/extension/ext/bar/my/hidden_class.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/extension/ext/bar/my/hidden_class.php b/tests/extension/ext/bar/my/hidden_class.php index 0261d7c59a..504c1873dc 100644 --- a/tests/extension/ext/bar/my/hidden_class.php +++ b/tests/extension/ext/bar/my/hidden_class.php @@ -1,5 +1,7 @@ <?php -class phpbb_ext_bar_my_hidden_class +namespace bar\my; + +class hidden_class { } |