File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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)
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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments