Remove the feature flag [MAILPOET-1983]

This commit is contained in:
wxa
2019-05-06 16:48:24 +03:00
committed by M. Shull
parent 20f3ce79e6
commit 2980bbf00b
15 changed files with 3 additions and 36 deletions

View File

@ -17,7 +17,6 @@ class DaemonTest extends \MailPoetTest {
public function _before() {
parent::_before();
$this->settings = new SettingsController();
$this->settings->set('woo_commerce_list_sync_enabled', 1);
}
function testItCanRun() {