summaryrefslogtreecommitdiff
path: root/tests/Unit/Mail/Transport/TransportTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Mail/Transport/TransportTest.php')
-rw-r--r--tests/Unit/Mail/Transport/TransportTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Mail/Transport/TransportTest.php b/tests/Unit/Mail/Transport/TransportTest.php
index ac7735bb..8dd78d78 100644
--- a/tests/Unit/Mail/Transport/TransportTest.php
+++ b/tests/Unit/Mail/Transport/TransportTest.php
@@ -79,7 +79,7 @@ class TransportTest extends TestCase
$message = $this->createMock(SimpleMessage::class);
/** @var TransportImplementation|MockObject $transport */
$transport = $this->getMockBuilder(TransportImplementation::class)
- ->setMethods(['allRecipients'])
+ ->onlyMethods(['allRecipients'])
->getMock();
$transport->expects($this->once())
->method('allRecipients')