Fix mock naming and strings in integration tests

[MAILPOET-1796]
This commit is contained in:
Jan Jakeš
2020-01-09 14:19:00 +01:00
committed by Jan Jakeš
parent e66c76133e
commit 2ec85eee7b
23 changed files with 50 additions and 50 deletions

View File

@@ -32,7 +32,7 @@ class UserFlagsControllerTest extends \MailPoetTest {
$this->currentUserId = $currentUserId;
$this->userFlagsRepository = $this->diContainer->get(UserFlagsRepository::class);
$this->userFlags = Stub::make(UserFlagsController::class, [
'user_flags_repository' => $this->userFlagsRepository,
'userFlagsRepository' => $this->userFlagsRepository,
'defaults' => [
'flag_1' => 'default_value_1',
'flag_2' => 'default_value_2',