From 959459318a022f9ad6bc85e3a87a0a10af173ff1 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 11 May 2019 09:24:21 +0200 Subject: [PATCH] fixed test --- Tests/DependencyInjection/SwiftmailerTransportFactoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {