Fix constructors [MAILPOET-2488]
This commit is contained in:
@ -48,7 +48,7 @@ class MigrationTest extends \MailPoetTest {
|
||||
$this->queue_completed = $this->createSendingQueue(SendingQueue::STATUS_COMPLETED);
|
||||
$this->queue_scheduled = $this->createSendingQueue(SendingQueue::STATUS_SCHEDULED);
|
||||
|
||||
$this->worker = new Migration(microtime(true));
|
||||
$this->worker = new Migration();
|
||||
}
|
||||
|
||||
public function testItDefinesConstants() {
|
||||
|
Reference in New Issue
Block a user