diff options
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar/ext.php')
| -rw-r--r-- | tests/functional/fixtures/ext/foo/bar/ext.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/ext.php b/tests/functional/fixtures/ext/foo/bar/ext.php new file mode 100644 index 0000000000..3a2068631e --- /dev/null +++ b/tests/functional/fixtures/ext/foo/bar/ext.php @@ -0,0 +1,6 @@ +<?php + +class phpbb_ext_foo_bar_ext extends phpbb_extension_base +{ + +} |
