8000 execute all compatible tests across versions · symfony/symfony@18cc561 · GitHub
[go: up one dir, main page]

Skip to content

Commit 18cc561

Browse files
committed
execute all compatible tests across versions
1 parent 0b4c37a commit 18cc561

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