Add SettingsController cache reset to integration tests
[MAILPOET-1757]
This commit is contained in:
@@ -7,6 +7,7 @@ use MailPoet\Mailer\Methods\ErrorMappers\AmazonSESMapper;
|
||||
|
||||
class AmazonSESTest extends \MailPoetTest {
|
||||
function _before() {
|
||||
parent::_before();
|
||||
$this->settings = array(
|
||||
'method' => 'AmazonSES',
|
||||
'access_key' => getenv('WP_TEST_MAILER_AMAZON_ACCESS') ?
|
||||
|
Reference in New Issue
Block a user