We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60faacd commit 4ae5cc1Copy full SHA for 4ae5cc1
src/Symfony/Component/Validator/Tests/Constraints/WeekValidatorTest.php
@@ -80,7 +80,7 @@ public function testTooHigh()
80
$constraint = new Week(max: '2016-W25');
81
82
$this->validator->validate('2016-W30', $constraint);
83
- $this->buildViolation('The value should not be after week "{{ max }}".')
+ $this->buildViolation('This value should not be after week "{{ max }}".')
84
->setInvalidValue('2016-W30')
85
->setParameter('{{ max }}', '2016-W25')
86
->setCode(Week::TOO_HIGH_ERROR)
0 commit comments