Check for unused privates

[MAILPOET-2090]
This commit is contained in:
Pavel Dohnal
2019-05-20 13:41:47 +02:00
committed by M. Shull
parent 9c64537761
commit 9f16cb6a5f
13 changed files with 32 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ class DaemonTest extends \MailPoetTest {
'token' => 123
);
$this->settings->set(CronHelper::DAEMON_SETTING, $data);
$daemon = new Daemon($this->settings, $this->createWorkersFactoryMock());
$daemon = new Daemon($this->createWorkersFactoryMock());
$daemon->run($data);
}