Skip to content

Commit 59d5384

Browse files
committed
smtp
1 parent e1077ff commit 59d5384

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Traffic/Message/SmtpTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ final class SmtpTest extends TestCase
1515
public function testTo(array $toList, array $expected): void
1616
{
1717
$smtp = Smtp::create(
18+
protocol: [],
1819
headers: [
1920
'To' => $toList,
2021
'CC' => $toList,

0 commit comments

Comments
 (0)