diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-13 19:40:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-13 19:40:00 +0200 |
commit | f0992426d9c5af5046c76a2da86183d0c3a40084 (patch) | |
tree | 5a0e598d9262c5d7dd637bd4787e54d3186c7adc /tests/Framework | |
parent | 1053ae5e729203b16d792c53640b6273feed2056 (diff) |
Bring back the old behaviour where text messages without format=flowed are auto-wrapped.
Make it the default in text2html class.
Diffstat (limited to 'tests/Framework')
-rw-r--r-- | tests/Framework/Text2Html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Framework/Text2Html.php b/tests/Framework/Text2Html.php index 91dabf2b7..af2604d8e 100644 --- a/tests/Framework/Text2Html.php +++ b/tests/Framework/Text2Html.php @@ -19,6 +19,7 @@ class Framework_Text2Html extends PHPUnit_Framework_TestCase 'break' => '<br>', 'links' => false, 'flowed' => false, + 'wrap' => false, 'space' => '_', // replace UTF-8 non-breaking space for simpler testing ); |