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