File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ public function testSendConfirmationEmailMessageWithGoodEmails($emailAddress)
31
31
32
32
/**
33
33
* @dataProvider badEmailProvider
34
- * @expectedException Swift_RfcComplianceException
34
+ * @expectedException \ Swift_RfcComplianceException
35
35
*/
36
36
public function testSendConfirmationEmailMessageWithBadEmails ($ emailAddress )
37
37
{
@@ -52,7 +52,7 @@ public function testSendResettingEmailMessageWithGoodEmails($emailAddress)
52
52
53
53
/**
54
54
* @dataProvider badEmailProvider
55
- * @expectedException Swift_RfcComplianceException
55
+ * @expectedException \ Swift_RfcComplianceException
56
56
*/
57
57
public function testSendResettingEmailMessageWithBadEmails ($ emailAddress )
58
58
{
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function testSendConfirmationEmailMessageWithGoodEmails($emailAddress)
33
33
34
34
/**
35
35
* @dataProvider badEmailProvider
36
- * @expectedException Swift_RfcComplianceException
36
+ * @expectedException \ Swift_RfcComplianceException
37
37
*/
38
38
public function testSendConfirmationEmailMessageWithBadEmails ($ emailAddress )
39
39
{
@@ -54,7 +54,7 @@ public function testSendResettingEmailMessageWithGoodEmails($emailAddress)
54
54
55
55
/**
56
56
* @dataProvider badEmailProvider
57
- * @expectedException Swift_RfcComplianceException
57
+ * @expectedException \ Swift_RfcComplianceException
58
58
*/
59
59
public function testSendResettingEmailMessageWithBadEmails ($ emailAddress )
60
60
{
You can’t perform that action at this time.
0 commit comments