aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/bar/my/hidden_class.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extension/ext/bar/my/hidden_class.php')
-rw-r--r--tests/extension/ext/bar/my/hidden_class.php4
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
{
}