From 8b0567b26da7b4ddf9263ec7a2fdee57b93bd5d3 Mon Sep 17 00:00:00 2001 From: euromark Date: Wed, 7 Jan 2015 16:10:30 +0100 Subject: [PATCH] Fix issue with trim line ending and test content. --- tests/TestCase/Utility/TextTest.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/TestCase/Utility/TextTest.php b/tests/TestCase/Utility/TextTest.php index 6922db45157..cdd1a3faf95 100644 --- a/tests/TestCase/Utility/TextTest.php +++ b/tests/TestCase/Utility/TextTest.php @@ -423,14 +423,12 @@ public function testWrap() $this->assertTextEquals($expected, $result, 'Text not wrapped.'); $result = Text::wrap($text, ['width' => 20, 'wordWrap' => false]); - $expected = <<assertTextEquals($expected, $result, 'Text not wrapped.'); }