mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add test for household membership sequential validator
This commit is contained in:
@@ -50,7 +50,7 @@ class HouseholdMembershipSequentialValidator extends ConstraintValidator
|
||||
$nbHousehold = count($metadata);
|
||||
|
||||
$this->context
|
||||
->buildViolation("household_membership.Person with membership covering")
|
||||
->buildViolation($constraint->message)
|
||||
->setParameters([
|
||||
'%person_name%' => $this->render->renderString(
|
||||
$participation->getPerson(), []
|
||||
|
Reference in New Issue
Block a user