PMCORE-2267 Unit test: Failed asserting that exception of type "Exception" is thrown.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-10-07 00:48:52 -04:00
parent 65393a354c
commit 4e33b4cc4f

View File

@@ -267,8 +267,9 @@ class GmailOAuthTest extends TestCase
$result = $gmailOauth->sendTestMailWithPHPMailerOAuth();
$this->assertTrue($result instanceof PHPMailerOAuth);
$this->markTestIncomplete('Please solve the error related to Exception');
$this->expectException(Exception::class);
$gmailOauth = new GmailOAuth();
$gmailOauth->setFromAccount($faker->email);
$gmailOauth->setSenderEmail("");
$gmailOauth->setMailTo($faker->email);
$gmailOauth->setSendTestMail(1);