mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix parameters in test MaxHolder
This commit is contained in:
@@ -63,8 +63,8 @@ class MaxHolderValidatorTest extends ConstraintValidatorTestCase
|
||||
yield [
|
||||
$household,
|
||||
[
|
||||
'start' => '01-06-2010',
|
||||
'end' => '01-07-2010'
|
||||
'{{ start }}' => '01-06-2010',
|
||||
'{{ end }}' => '01-07-2010'
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user