From 18de950d8fcc29d5ff33a154dc14225a807225b9 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 27 Oct 2019 12:32:28 +0100 Subject: Mail log: Formatting --- tests/Unit/Mail/Transport/LogTransportTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/Unit/Mail') diff --git a/tests/Unit/Mail/Transport/LogTransportTest.php b/tests/Unit/Mail/Transport/LogTransportTest.php index bf3ec5dc..bd51d30f 100644 --- a/tests/Unit/Mail/Transport/LogTransportTest.php +++ b/tests/Unit/Mail/Transport/LogTransportTest.php @@ -24,12 +24,9 @@ class LogTransportTest extends TestCase $message->expects($this->once()) ->method('getSubject') ->willReturn('Some subject'); - $message->expects($this->once()) - ->method('getHeaders') - ->willReturn('Head: er'); $message->expects($this->once()) ->method('toString') - ->willReturn('Message body'); + ->willReturn("Head: er\n\nMessage body"); $logger->expects($this->once()) ->method('debug') -- cgit v1.2.3-54-g00ecf