aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2018-07-07 20:13:49 +0200
committerkasimi <mail@kasimi.net>2018-07-07 20:13:49 +0200
commit517c601482b9400a6b6d72c04791c534e0170622 (patch)
treeb1495f64c9ac2af4ddaf85eb3ed199cff331a913 /tests/event
parent83a8280554652d5456849c69d8f3d0d6e59d1dc1 (diff)
downloadforums-517c601482b9400a6b6d72c04791c534e0170622.tar
forums-517c601482b9400a6b6d72c04791c534e0170622.tar.gz
forums-517c601482b9400a6b6d72c04791c534e0170622.tar.bz2
forums-517c601482b9400a6b6d72c04791c534e0170622.tar.xz
forums-517c601482b9400a6b6d72c04791c534e0170622.zip
[ticket/15637] Updated test fixture to include complete event description
PHPBB3-15637
Diffstat (limited to 'tests/event')
-rw-r--r--tests/event/fixtures/extra_description.test2
-rw-r--r--tests/event/php_exporter_test.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/event/fixtures/extra_description.test b/tests/event/fixtures/extra_description.test
index ce8f97ce89..e93a1044ac 100644
--- a/tests/event/fixtures/extra_description.test
+++ b/tests/event/fixtures/extra_description.test
@@ -3,7 +3,7 @@
/**
* Description
*
-* NOTE: This will not be exported
+* NOTE: This will also be exported
*
* @event extra_description.dispatch
* @since 3.1.0-b2
diff --git a/tests/event/php_exporter_test.php b/tests/event/php_exporter_test.php
index 21dbb1e1d4..0d40cc3e70 100644
--- a/tests/event/php_exporter_test.php
+++ b/tests/event/php_exporter_test.php
@@ -57,7 +57,7 @@ class phpbb_event_php_exporter_test extends phpbb_test_case
'file' => 'extra_description.test',
'arguments' => array(),
'since' => '3.1.0-b2',
- 'description' => 'Description',
+ 'description' => 'Description NOTE: This will also be exported',
),
),
),