8000 minor #34039 execute all compatible tests across versions (xabbuh) · symfony/symfony@9526a2d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9526a2d

Browse files
committed
minor #34039 execute all compatible tests across versions (xabbuh)
This PR was merged into the 4.3 branch. Discussion ---------- execute all compatible tests across versions | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 18cc561 execute all compatible tests across versions
2 parents 0b4c37a + 18cc561 commit 9526a2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class EntityTypePerformanceTest extends FormPerformanceTestCase
3030
*/
3131
private $em;
3232

33-
protected static $supportedFeatureSetVersion = 304;
33+
protected static $supportedFeatureSetVersion = 403;
3434

3535
protected function getExtensions()
3636
{

src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class EntityTypeTest extends BaseTypeTest
5858
*/
5959
private $emRegistry;
6060

61-
protected static $supportedFeatureSetVersion = 304;
61+
protected static $supportedFeatureSetVersion = 403;
6262

6363
protected function setUp(): void
6464
{

src/Symfony/Component/Form/Tests/VersionAwareTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
trait VersionAwareTest
1515
{
16-
protected static $supportedFeatureSetVersion = 304;
16+
protected static $supportedFeatureSetVersion = 403;
1717

1818
/**
1919
* @param int $requiredFeatureSetVersion

0 commit comments

Comments
 (0)
0