8000 minor #15536 [DoctrineBridge][Form] Add old tests to legacy group (gi… · symfony/symfony@f79c487 · GitHub
[go: up one dir, main page]

Skip to content

Commit f79c487

Browse files
committed
minor #15536 [DoctrineBridge][Form] Add old tests to legacy group (giosh94mhz)
This PR was merged into the 2.7 branch. Discussion ---------- [DoctrineBridge][Form] Add old tests to legacy group | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | @fabpot this are the minor fixes required after merging PR #15251. You are already managed the duplicated class during merge, so only some `@group legacy` annotation were missing. Commits ------- 724a54b [DoctrineBridge][Form] Add old tests to legacy group
2 parents f1d5885 + 724a54b commit f79c487

4 files changed

+4
-0
lines changed

src/Symfony/Bridge/Doctrine/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 <giosh94mhz@gmail.com>
2222
* @author Bernhard Schussek <bschussek@gmail.com>
23+
* @group legacy
2324
*/
2425
abstract class AbstractEntityChoiceListSingleAssociationToIntIdTest extends AbstractEntityChoiceListTest
2526
{

src/Symfony/Bridge/Doctrine/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 <giosh94mhz@gmail.com>
1616
* @author Bernhard Schussek <bschussek@gmail.com>
17+
* @group legacy
1718
*/
1819
class LoadedEntityChoiceListSingleAssociationToIntIdTest extends AbstractEntityChoiceListSingleAssociationToIntIdTest
1920
{

src/Symfony/Bridge/Doctrine/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 <giosh94mhz@gmail.com>
1616
* @author Bernhard Schussek <bschussek@gmail.com>
17+
* @group legacy
1718
*/
1819
class UnloadedEntityChoiceListSingleAssociationToIntIdTest extends AbstractEntityChoiceListSingleAssociationToIntIdTest
1920
{

src/Symfony/Bridge/Doctrine/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 <giosh94mhz@gmail.com>
1919
* @author Bernhard Schussek <bschussek@gmail.com>
20+
* @group legacy
2021
*/
2122
class UnloadedEntityChoiceListSingleAssociationToIntIdWithQueryBuilderTest extends UnloadedEntityChoiceListSingleAssociationToIntIdTest
2223
{

0 commit comments

Comments
 (0)
0