Fix undefined properties in tests [MAILPOET-2488]
This commit is contained in:
@ -9,6 +9,13 @@ use MailPoet\Mailer\Methods\ErrorMappers\SendGridMapper;
|
||||
use MailPoet\Mailer\Methods\SendGrid;
|
||||
|
||||
class SendGridTest extends \MailPoetTest {
|
||||
public $extra_params;
|
||||
public $newsletter;
|
||||
public $subscriber;
|
||||
public $mailer;
|
||||
public $reply_to;
|
||||
public $sender;
|
||||
public $settings;
|
||||
public function _before() {
|
||||
parent::_before();
|
||||
$this->settings = [
|
||||
|
Reference in New Issue
Block a user