Enforce array trailling commas
[MAILPOET-2090]
This commit is contained in:
@ -16,12 +16,12 @@ class SendingTest extends \MailPoetTest {
|
||||
$this->task = $this->createNewScheduledTask();
|
||||
$this->queue = $this->createNewSendingQueue([
|
||||
'newsletter' => $this->newsletter,
|
||||
'task' => $this->task
|
||||
'task' => $this->task,
|
||||
]);
|
||||
$this->sending = $this->createNewSendingTask([
|
||||
'status' => null,
|
||||
'task' => $this->task,
|
||||
'queue' => $this->queue
|
||||
'queue' => $this->queue,
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user