fix tests and type hinting

This commit is contained in:
2021-12-08 11:13:49 +01:00
parent 3f1bed0b1c
commit 4101392190
3 changed files with 6 additions and 11 deletions

View File

@@ -169,8 +169,7 @@ final class HouseholdMemberControllerTest extends WebTestCase
],
],
'destination' => null,
],
true
]
)
);
@@ -224,8 +223,7 @@ final class HouseholdMemberControllerTest extends WebTestCase
'type' => 'household',
'id' => $householdId,
],
],
true
]
)
);
@@ -274,8 +272,7 @@ final class HouseholdMemberControllerTest extends WebTestCase
'destination' => [
'type' => 'household',
],
],
true
]
)
);