Add SettingsController cache reset to integration tests
[MAILPOET-1757]
This commit is contained in:
@@ -10,6 +10,7 @@ class PHPVersionWarningsTest extends \MailPoetTest {
|
||||
private $phpVersionWarning;
|
||||
|
||||
function _before() {
|
||||
parent::_before();
|
||||
$this->phpVersionWarning = new PHPVersionWarnings();
|
||||
delete_transient('dismissed-php-version-outdated-notice');
|
||||
}
|
||||
|
Reference in New Issue
Block a user