Add SettingsController cache reset to integration tests
[MAILPOET-1757]
This commit is contained in:
@ -52,6 +52,7 @@ class CustomFieldsTest extends \MailPoetTest {
|
||||
);
|
||||
|
||||
function _before() {
|
||||
parent::_before();
|
||||
foreach($this->custom_fields as $custom_field) {
|
||||
CustomField::createOrUpdate($custom_field);
|
||||
}
|
||||
|
Reference in New Issue
Block a user