PMCORE-3985 PHP Unit, solve the issue in the Circle CI
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user