Add SettingsController cache reset to integration tests
[MAILPOET-1757]
This commit is contained in:
@ -8,6 +8,7 @@ use MailPoet\Models\SubscriberSegment;
|
||||
class SubscriberSegmentTest extends \MailPoetTest {
|
||||
|
||||
function _before() {
|
||||
parent::_before();
|
||||
$this->subscriber = Subscriber::createOrUpdate(array(
|
||||
'email' => 'john.doe@mailpoet.com',
|
||||
'first_name' => 'John',
|
||||
|
Reference in New Issue
Block a user