Fix constructors [MAILPOET-2488]

This commit is contained in:
wxa
2019-12-20 09:36:15 +03:00
committed by amine-mp
parent 1d757e1374
commit ce719433e8
13 changed files with 27 additions and 26 deletions

View File

@ -19,7 +19,7 @@ class PremiumKeyCheckTest extends \MailPoetTest {
parent::_before();
$this->settings = SettingsController::getInstance();
$this->premium_key = '123457890abcdef';
$this->worker = new PremiumKeyCheck($this->settings, microtime(true));
$this->worker = new PremiumKeyCheck($this->settings);
}
public function testItRequiresPremiumKeyToBeSpecified() {