Convert properties not caught by Code Sniffer to camel case
[MAILPOET-1796]
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user