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