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 c795c72 commit d180c73Copy full SHA for d180c73
Tests/Validator/Constraints/UniqueEntityValidatorTest.php
@@ -330,9 +330,6 @@ public function testValidateUniquenessWithUnrewoundArray()
330
$this->assertNoViolation();
331
}
332
333
- /**
334
- * @group GH-1635
335
- */
336
public function testAssociatedEntity()
337
{
338
$constraint = new UniqueEntity(array(
@@ -389,7 +386,6 @@ public function testAssociatedEntityWithNull()
389
386
/**
390
387
* @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
391
388
* @expectedExceptionMessage Associated entities are not allowed to have more than one identifier field
392
393
*/
394
public function testAssociatedCompositeEntity()
395
0 commit comments