Skip to content

Commit 38bf119

Browse files
committed
fixed test
1 parent 832686b commit 38bf119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ public function testValidateInheritanceUniqueness()
597597
->atPath('property.path.name')
598598
->setInvalidValue('Foo')
599599
->setCode('23bd9dbf-6b9b-41cd-a99e-4844bcf3077f')
600-
->setParameters(array('{{ value }}' => 'Foo'))
600+
->setParameters(array('{{ value }}' => '"Foo"'))
601601
->assertRaised();
602602
}
603603

0 commit comments

Comments
 (0)