aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures/ext/foobar/ext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/fixtures/ext/foobar/ext.php')
-rw-r--r--tests/functional/fixtures/ext/foobar/ext.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/fixtures/ext/foobar/ext.php b/tests/functional/fixtures/ext/foobar/ext.php
new file mode 100644
index 0000000000..7cf443d369
--- /dev/null
+++ b/tests/functional/fixtures/ext/foobar/ext.php
@@ -0,0 +1,6 @@
+<?php
+
+class phpbb_ext_foobar_ext extends phpbb_extension_base
+{
+
+}