Skip to content

Commit 430974d

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: Remove some useless @group annotations Removed useless strtolower call [Validator] Use strict comparisons in loaders CS: Use "self" keyword instead of class name if possible
2 parents eafd626 + d180c73 commit 430974d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Tests/Validator/Constraints/UniqueEntityValidatorTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ public function testValidateUniquenessWithUnrewoundArray()
336336
$this->assertNoViolation();
337337
}
338338

339-
/**
340-
* @group GH-1635
341-
*/
342339
public function testAssociatedEntity()
343340
{
344341
$constraint = new UniqueEntity(array(
@@ -395,7 +392,6 @@ public function testAssociatedEntityWithNull()
395392
/**
396393
* @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
397394
* @expectedExceptionMessage Associated entities are not allowed to have more than one identifier field
398-
* @group GH-1635
399395
*/
400396
public function testAssociatedCompositeEntity()
401397
{

0 commit comments

Comments
 (0)