Skip to content

Commit 50aa45d

Browse files
committed
[DoctrineBridge][Form] Add old tests to legacy group
1 parent 00c3c0f commit 50aa45d

4 files changed

+4
-0
lines changed

Tests/Form/ChoiceList/AbstractEntityChoiceListSingleAssociationToIntIdTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
*
2121
* @author Premi Giorgio <[email protected]>
2222
* @author Bernhard Schussek <[email protected]>
23+
* @group legacy
2324
*/
2425
abstract class AbstractEntityChoiceListSingleAssociationToIntIdTest extends AbstractEntityChoiceListTest
2526
{

Tests/Form/ChoiceList/LoadedEntityChoiceListSingleAssociationToIntIdTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/**
1515
* @author Premi Giorgio <[email protected]>
1616
* @author Bernhard Schussek <[email protected]>
17+
* @group legacy
1718
*/
1819
class LoadedEntityChoiceListSingleAssociationToIntIdTest extends AbstractEntityChoiceListSingleAssociationToIntIdTest
1920
{

Tests/Form/ChoiceList/UnloadedEntityChoiceListSingleAssociationToIntIdTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
/**
1515
* @author Premi Giorgio <[email protected]>
1616
* @author Bernhard Schussek <[email protected]>
17+
* @group legacy
1718
*/
1819
class UnloadedEntityChoiceListSingleAssociationToIntIdTest extends AbstractEntityChoiceListSingleAssociationToIntIdTest
1920
{

Tests/Form/ChoiceList/UnloadedEntityChoiceListSingleAssociationToIntIdWithQueryBuilderTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/**
1818
* @author Premi Giorgio <[email protected]>
1919
* @author Bernhard Schussek <[email protected]>
20+
* @group legacy
2021
*/
2122
class UnloadedEntityChoiceListSingleAssociationToIntIdWithQueryBuilderTest extends UnloadedEntityChoiceListSingleAssociationToIntIdTest
2223
{

0 commit comments

Comments
 (0)