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

@ -16,7 +16,7 @@ class SendingServiceKeyCheckTest extends \MailPoetTest {
public function _before() {
parent::_before();
$this->mss_key = 'some_key';
$this->worker = new SendingServiceKeyCheck($this->di_container->get(SettingsController::class), microtime(true));
$this->worker = new SendingServiceKeyCheck($this->di_container->get(SettingsController::class));
}
public function testItRequiresMailPoetMethodToBeSetUp() {