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 832686b commit 38bf119Copy full SHA for 38bf119
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php
@@ -597,7 +597,7 @@ public function testValidateInheritanceUniqueness()
597
->atPath('property.path.name')
598
->setInvalidValue('Foo')
599
->setCode('23bd9dbf-6b9b-41cd-a99e-4844bcf3077f')
600
- ->setParameters(array('{{ value }}' => 'Foo'))
+ ->setParameters(array('{{ value }}' => '"Foo"'))
601
->assertRaised();
602
}
603
0 commit comments