Skip to content

Commit 46cbde2

Browse files
committed
laravel 9 support
1 parent d9be781 commit 46cbde2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

tests/MailTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,4 @@ public function testDoesntTransformRawMessages()
164164
($this->isLaravel9() ? $message->getTextBody() : $message->getBody())
165165
);
166166
}
167-
168-
/**
169-
* @test
170-
*/
171-
public function testDoesntTransformRawMessages()
172-
{
173-
$message = $this->handleBeforeSendPerformedEvent('raw-message.txt', [
174-
'enabled' => true,
175-
'method' => 'attachment',
176-
]);
177-
178-
$this->assertEquals($this->getLibraryFile('raw-message.txt'), $message->getBody());
179-
}
180167
}

0 commit comments

Comments
 (0)