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