We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cff65 commit 4368c7dCopy full SHA for 4368c7d
Tests/Mailer/MailerTest.php
@@ -84,7 +84,7 @@ private function getMailer()
84
return new Mailer(
85
new Swift_Mailer(
86
new Swift_Transport_NullTransport(
87
- $this->getMockBuilder('Swift_Events_EventDispatcher')->getMock()
+ $this->getMockBuilder(Swift_Events_EventDispatcher::class)->getMock()
88
)
89
),
90
$this->getMockBuilder('Symfony\Component\Routing\Generator\UrlGeneratorInterface')->getMock(),
0 commit comments