Fix undefined properties in tests [MAILPOET-2488]
This commit is contained in:
@ -10,6 +10,8 @@ use MailPoet\Util\Helpers;
|
||||
use MailPoetVendor\Idiorm\ORM;
|
||||
|
||||
class SendingQueueTest extends \MailPoetTest {
|
||||
public $rendered_body;
|
||||
public $queue;
|
||||
public function _before() {
|
||||
parent::_before();
|
||||
$this->queue = SendingQueue::create();
|
||||
|
Reference in New Issue
Block a user