PMCORE-3985 PHP Unit, solve the issue in the Circle CI

This commit is contained in:
Roly Gutierrez
2022-09-14 12:08:21 -04:00
parent f7112d18e9
commit cc36bbe277
12 changed files with 39 additions and 41 deletions

View File

@@ -368,7 +368,7 @@ class EmailServerTest extends TestCase
$emailServer = new EmailServer();
// This expects an exception message
$this->expectExceptionMessage('Undefined array key "MESS_ENGINE"');
$this->expectException('ErrorException');
// Call the sendTestMail method
$emailServer->sendTestMail($data);