Skip to content

Commit f7df529

Browse files
[2.6] add @group legacy
1 parent 93de999 commit f7df529

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Tests/Form/ChoiceList/GenericEntityChoiceListTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ public function testInitShorthandEntityName()
267267
$this->assertEquals(array(1, 2), $choiceList->getValuesForChoices(array($item1, $item2)));
268268
}
269269

270+
/**
271+
* @group legacy
272+
*/
270273
public function testLegacyInitShorthandEntityName()
271274
{
272275
$this->iniSet('error_reporting', -1 & ~E_USER_DEPRECATED);

Tests/Validator/Constraints/LegacyUniqueEntityValidator2Dot4ApiTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/**
1717
* @since 2.5.4
1818
* @author Bernhard Schussek <[email protected]>
19+
* @group legacy
1920
*/
2021
class LegacyUniqueEntityValidator2Dot4ApiTest extends UniqueEntityValidatorTest
2122
{

Tests/Validator/Constraints/LegacyUniqueEntityValidatorLegacyApiTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
/**
1717
* @since 2.5.4
1818
* @author Bernhard Schussek <[email protected]>
19+
* @group legacy
1920
*/
2021
class LegacyUniqueEntityValidatorLegacyApiTest extends UniqueEntityValidatorTest
2122
{

0 commit comments

Comments
 (0)