Skip to content

Commit d180c73

Browse files
Remove some useless @group annotations
1 parent c795c72 commit d180c73

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
@@ -330,9 +330,6 @@ public function testValidateUniquenessWithUnrewoundArray()
330330
$this->assertNoViolation();
331331
}
332332

333-
/**
334-
* @group GH-1635
335-
*/
336333
public function testAssociatedEntity()
337334
{
338335
$constraint = new UniqueEntity(array(
@@ -389,7 +386,6 @@ public function testAssociatedEntityWithNull()
389386
/**
390387
* @expectedException \Symfony\Component\Validator\Exception\ConstraintDefinitionException
391388
* @expectedExceptionMessage Associated entities are not allowed to have more than one identifier field
392-
* @group GH-1635
393389
*/
394390
public function testAssociatedCompositeEntity()
395391
{

0 commit comments

Comments
 (0)