mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 00:55:01 +00:00
fix tests and type hinting
This commit is contained in:
@@ -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
|
||||
]
|
||||
)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user