Fix undefined properties in tests [MAILPOET-2488]

This commit is contained in:
wxa
2019-12-19 22:00:05 +03:00
committed by amine-mp
parent 091e17ce0c
commit 1d757e1374
83 changed files with 283 additions and 0 deletions

View File

@ -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 = [