Add SettingsController cache reset to integration tests
[MAILPOET-1757]
This commit is contained in:
@@ -5,9 +5,6 @@ use MailPoet\Models\StatisticsForms;
|
||||
|
||||
class StatisticsFormsTest extends \MailPoetTest {
|
||||
|
||||
function _before() {
|
||||
}
|
||||
|
||||
function testItCanRecordStats() {
|
||||
$record = StatisticsForms::record($form_id = 1, $subscriber_id = 2);
|
||||
expect($record->form_id)->equals(1);
|
||||
@@ -55,4 +52,4 @@ class StatisticsFormsTest extends \MailPoetTest {
|
||||
function _after() {
|
||||
StatisticsForms::deleteMany();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user