Remove phpstan errors from the rest of the tests

[MAILPOET-3235]
This commit is contained in:
Jan Lysý
2021-01-13 17:36:50 +01:00
committed by Veljko V
parent cb60c827a2
commit 922c52f7df
11 changed files with 22 additions and 3 deletions

View File

@ -71,6 +71,7 @@ class UserFlagsControllerTest extends \MailPoetTest {
'userId' => $this->currentUserId,
'name' => 'flag_1',
]);
assert($flag instanceof UserFlagEntity);
expect($flag->getValue())->equals('updated_value');
}