Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 11, 2019
1 parent b075cfc commit 9594593
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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()
{
Expand Down

0 comments on commit 9594593

Please sign in to comment.