aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event/fixtures/extra_description.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/event/fixtures/extra_description.test')
-rw-r--r--tests/event/fixtures/extra_description.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/event/fixtures/extra_description.test b/tests/event/fixtures/extra_description.test
new file mode 100644
index 0000000000..ce8f97ce89
--- /dev/null
+++ b/tests/event/fixtures/extra_description.test
@@ -0,0 +1,11 @@
+<?php
+
+/**
+* Description
+*
+* NOTE: This will not be exported
+*
+* @event extra_description.dispatch
+* @since 3.1.0-b2
+*/
+$phpbb_dispatcher->dispatch('extra_description.dispatch');