Skip to content

Commit 28724aa

Browse files
committed
remove output data in tests
1 parent bc2d87b commit 28724aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Unit/MailerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ public function setUp()
3232
parent::setUp();
3333
$this->factory = new MessageFactory();
3434
$this->transport = new MockTransport();
35-
$this->transport->setLogger(function($log) {
36-
echo $log.PHP_EOL.PHP_EOL.PHP_EOL.PHP_EOL;
37-
});
3835
$this->mailer = new Mailer(new MemorySpool($this->transport));
3936
}
4037

0 commit comments

Comments
 (0)