8000
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 c221908 + 414d9ef commit 031b850Copy full SHA for 031b850
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php
@@ -450,6 +450,7 @@ public function testValidateUniquenessNotToStringEntityWithAssociatedEntity()
450
->atPath('property.path.single')
451
->setParameter('{{ value }}', $expectedValue)
452
->setInvalidValue($expectedValue)
453
+ ->setCode(UniqueEntity::NOT_UNIQUE_ERROR)
454
->assertRaised();
455
}
456
0 commit comments