Convert properties not caught by Code Sniffer to camel case

[MAILPOET-1796]
This commit is contained in:
Jan Jakeš
2020-01-09 10:14:16 +01:00
committed by Jan Jakeš
parent f49757bd4e
commit 94afd66325
17 changed files with 92 additions and 92 deletions

View File

@ -15,8 +15,8 @@ class SendingQueueTest extends \MailPoetTest {
public function _before() {
parent::_before();
$this->queue = SendingQueue::create();
$this->queue->task_id = 0;
$this->queue->newsletter_id = 1;
$this->queue->taskId = 0;
$this->queue->newsletterId = 1;
$this->queue->save();
$this->renderedBody = [