Fix undefined properties in tests [MAILPOET-2488]
This commit is contained in:
@ -11,6 +11,7 @@ use MailPoetVendor\Carbon\Carbon;
|
||||
use MailPoetVendor\Idiorm\ORM;
|
||||
|
||||
class ScheduledTaskTest extends \MailPoetTest {
|
||||
public $task;
|
||||
public function _before() {
|
||||
parent::_before();
|
||||
$this->task = ScheduledTask::create();
|
||||
|
Reference in New Issue
Block a user