Fix tests and default values

[MAILPOET-2286]
This commit is contained in:
Amine Ben hammou
2019-11-26 22:51:57 +01:00
committed by Jack Kitterhing
parent d61d7ce483
commit 2c0f16b0dd
4 changed files with 39 additions and 26 deletions

View File

@ -117,7 +117,7 @@ class NewsletterEntity {
* @ORM\Column(type="string")
* @var string
*/
private $ga_campaign;
private $ga_campaign = '';
/**
* @ORM\ManyToOne(targetEntity="MailPoet\Entities\NewsletterEntity")