Skip to content

Commit b6aff31

Browse files
committed
CS fix
1 parent 6439537 commit b6aff31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Tests/Mailer/MailerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testSendConfirmationEmailMessageWithGoodEmails($emailAddress)
3131

3232
/**
3333
* @dataProvider badEmailProvider
34-
* @expectedException Swift_RfcComplianceException
34+
* @expectedException \Swift_RfcComplianceException
3535
*/
3636
public function testSendConfirmationEmailMessageWithBadEmails($emailAddress)
3737
{
@@ -52,7 +52,7 @@ public function testSendResettingEmailMessageWithGoodEmails($emailAddress)
5252

5353
/**
5454
* @dataProvider badEmailProvider
55-
* @expectedException Swift_RfcComplianceException
55+
* @expectedException \Swift_RfcComplianceException
5656
*/
5757
public function testSendResettingEmailMessageWithBadEmails($emailAddress)
5858
{

Tests/Mailer/TwigSwiftMailerTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function testSendConfirmationEmailMessageWithGoodEmails($emailAddress)
3333

3434
/**
3535
* @dataProvider badEmailProvider
36-
* @expectedException Swift_RfcComplianceException
36+
* @expectedException \Swift_RfcComplianceException
3737
*/
3838
public function testSendConfirmationEmailMessageWithBadEmails($emailAddress)
3939
{
@@ -54,7 +54,7 @@ public function testSendResettingEmailMessageWithGoodEmails($emailAddress)
5454

5555
/**
5656
* @dataProvider badEmailProvider
57-
* @expectedException Swift_RfcComplianceException
57+
* @expectedException \Swift_RfcComplianceException
5858
*/
5959
public function testSendResettingEmailMessageWithBadEmails($emailAddress)
6060
{

0 commit comments

Comments
 (0)