aboutsummaryrefslogtreecommitdiffstats
path: root/tests/event/php_exporter_test.php
diff options
context:
space:
mode:
authorkasimi <mail@kasimi.net>2018-07-07 21:25:29 +0200
committerkasimi <mail@kasimi.net>2018-07-07 21:25:43 +0200
commit245f4df47c0d33ef8fe83bc5fd049a1afda79bb1 (patch)
tree00b15691c7118f20bc9f72c03b8d9f9471996b1e /tests/event/php_exporter_test.php
parent517c601482b9400a6b6d72c04791c534e0170622 (diff)
downloadforums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar.gz
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar.bz2
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.tar.xz
forums-245f4df47c0d33ef8fe83bc5fd049a1afda79bb1.zip
[ticket/15637] Preserve line breaks in event descriptions
PHPBB3-15637
Diffstat (limited to 'tests/event/php_exporter_test.php')
-rw-r--r--tests/event/php_exporter_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/event/php_exporter_test.php b/tests/event/php_exporter_test.php
index 0d40cc3e70..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 NOTE: This will also be exported',
+ 'description' => 'Description<br/><br/>NOTE: This will also be exported',
),
),
),