Add SettingsController cache reset to integration tests
[MAILPOET-1757]
This commit is contained in:
@ -13,6 +13,7 @@ class SendGridMapperTest extends \MailPoetTest {
|
||||
private $response = [];
|
||||
|
||||
function _before() {
|
||||
parent::_before();
|
||||
$this->mapper = new SendGridMapper();
|
||||
$this->response = [
|
||||
'errors' => [
|
||||
|
Reference in New Issue
Block a user