diff options
Diffstat (limited to 'tests/extension/ext/foo/b_class.php')
-rw-r--r-- | tests/extension/ext/foo/b_class.php | 5 |
1 files changed, 5 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..4645266122 --- /dev/null +++ b/tests/extension/ext/foo/b_class.php @@ -0,0 +1,5 @@ +<?php + +class phpbb_ext_foo_b_class +{ +} |