mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Household/composition add + fixes household composition editor
This commit is contained in:
@@ -169,6 +169,7 @@ final class HouseholdMemberControllerTest extends WebTestCase
|
||||
],
|
||||
],
|
||||
'destination' => null,
|
||||
'composition' => null,
|
||||
]
|
||||
)
|
||||
);
|
||||
@@ -223,6 +224,7 @@ final class HouseholdMemberControllerTest extends WebTestCase
|
||||
'type' => 'household',
|
||||
'id' => $householdId,
|
||||
],
|
||||
'composition' => null,
|
||||
]
|
||||
)
|
||||
);
|
||||
@@ -272,6 +274,7 @@ final class HouseholdMemberControllerTest extends WebTestCase
|
||||
'destination' => [
|
||||
'type' => 'household',
|
||||
],
|
||||
'composition' => null,
|
||||
]
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user