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.
2 parents 5b26c02 + bab0d37 commit e8bd700Copy full SHA for e8bd700
Tests/Constraints/LocaleValidatorTest.php
@@ -97,7 +97,7 @@ public function testTooLongLocale()
97
$this->validator->validate($locale, $constraint);
98
99
$this->buildViolation('myMessage')
100
- ->setParameter('{{ value }}', '"' . $locale . '"')
+ ->setParameter('{{ value }}', '"'.$locale.'"')
101
->setCode(Locale::NO_SUCH_LOCALE_ERROR)
102
->assertRaised();
103
}
0 commit comments