diff --git a/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php b/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php index d43b9fec..95de98d4 100644 --- a/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php +++ b/Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php @@ -163,7 +163,7 @@ public function testCreateTransportWithSmtpAndWithoutRequestContext() /** * @expectedException \InvalidArgumentException - * @expectedExceptionMessage The Swiftmailer URL "smtp://localhost:25&auth_mode=cra-md5" is not a valid. + * @expectedExceptionMessage The Swiftmailer URL "smtp://localhost:25&auth_mode=cra-md5" is not valid. */ public function testCreateTransportWithBadURLFormat() {