aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@gmail.com>2018-07-08 18:14:20 +0200
committerTristan Darricau <tristan.darricau@gmail.com>2018-07-08 18:14:20 +0200
commit55420701697bac736ab7d50d5427d48c1041e2ff (patch)
treefff47f96c99a8f2dbe91d6d4cb7d4f7d167e5cd3 /tests
parent777443d95c3fbbfb9fce942f3fd5fad397f610ea (diff)
parenteedcb3bbe14c6745c10a959da31657f36d8914c3 (diff)
downloadforums-55420701697bac736ab7d50d5427d48c1041e2ff.tar
forums-55420701697bac736ab7d50d5427d48c1041e2ff.tar.gz
forums-55420701697bac736ab7d50d5427d48c1041e2ff.tar.bz2
forums-55420701697bac736ab7d50d5427d48c1041e2ff.tar.xz
forums-55420701697bac736ab7d50d5427d48c1041e2ff.zip
Merge pull request #5198 from kasimi/ticket/15637
[ticket/15637] Extract multi-line PHP event descriptions * github.com:/phpbb/phpbb: [ticket/15637] Remove trailing space from description [ticket/15637] Preserve line breaks in event descriptions [ticket/15637] Updated test fixture to include complete event description [ticket/15637] Remove trailing space from description [ticket/15637] Fixed removing white-spaces from description line [ticket/15637] Extract all lines before the first @tag [ticket/15637] Extract multi-line PHP event descriptions
Diffstat (limited to 'tests')
-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..c6670e1340 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<br/><br/>NOTE: This will also be exported',
),
),
),