Fix doctrine deprecation warning in tests
[MAILPOET-3232]
This commit is contained in:
committed by
Veljko V
parent
8cffa580b6
commit
d3f723fa5b
@@ -189,7 +189,7 @@ class AbandonedCartContentTest extends \MailPoetTest {
|
|||||||
$newsletterOption->setValue($event);
|
$newsletterOption->setValue($event);
|
||||||
$this->entityManager->persist($newsletterOption);
|
$this->entityManager->persist($newsletterOption);
|
||||||
|
|
||||||
$this->entityManager->flush($newsletter);
|
$this->entityManager->flush();
|
||||||
$this->entityManager->refresh($newsletter);
|
$this->entityManager->refresh($newsletter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user