Fix undefined properties in tests [MAILPOET-2488]
This commit is contained in:
@@ -7,6 +7,9 @@ use MailPoet\Models\Subscriber;
|
||||
use MailPoet\Models\SubscriberCustomField;
|
||||
|
||||
class CustomFieldTest extends \MailPoetTest {
|
||||
public $data;
|
||||
public $subscribers;
|
||||
public $custom_field;
|
||||
public function _before() {
|
||||
parent::_before();
|
||||
$this->data = [
|
||||
|
Reference in New Issue
Block a user