Use doctrine for populator query

[MAILPOET-3481]
This commit is contained in:
Pavel Dohnal
2021-03-19 11:34:57 +01:00
committed by Veljko V
parent 50b98bd079
commit 95825793c0
2 changed files with 30 additions and 9 deletions

View File

@ -36,6 +36,7 @@ class SetupTest extends \MailPoetTest {
new Captcha(),
$referralDetector,
$this->diContainer->get(FormsRepository::class),
$this->entityManager,
$this->diContainer->get(WP::class)
);
$router = new Setup($wpStub, new Activator($settings, $populator));