8000 bump Form component compatibility versions · symfony/symfony@d91b87f · GitHub
[go: up one dir, main page]

Skip to content

Commit d91b87f

Browse files
committed
bump Form component compatibility versions
1 parent ff904f3 commit d91b87f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 = 403;
33+
protected static $supportedFeatureSetVersion = 404;
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 = 403;
61+
protected static $supportedFeatureSetVersion = 404;
6262

6363
protected function setUp(): void
6464
{

src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTest.php

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

1818
abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
1919
{
20-
protected static $supportedFeatureSetVersion = 403;
20+
protected static $supportedFeatureSetVersion = 404;
2121

2222
public function testLabelOnForm()
2323
{

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 = 403;
16+
protected static $supportedFeatureSetVersion = 404;
1717

1818
/**
1919
* @param int $requiredFeatureSetVersion

0 commit comments

Comments
 (0)
0