diff options
Diffstat (limited to 'tests/extension/ext/foo/b_class.php')
-rw-r--r-- | tests/extension/ext/foo/b_class.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/extension/ext/foo/b_class.php b/tests/extension/ext/foo/b_class.php new file mode 100644 index 0000000000..bb2a77c05e --- /dev/null +++ b/tests/extension/ext/foo/b_class.php @@ -0,0 +1,7 @@ +<?php + +namespace foo; + +class b_class +{ +} |