Skip to content

Commit da23814

Browse files
Remove $supportedFeatureSetVersion static properties from form-related tests
1 parent ad83291 commit da23814

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Tests/Extension/AbstractBootstrap3LayoutTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
1919
{
20-
protected static $supportedFeatureSetVersion = 404;
21-
2220
public function testLabelOnForm()
2321
{
2422
$form = $this->factory->createNamed('name', 'Symfony\Component\Form\Extension\Core\Type\DateType');

Tests/Extension/FormExtensionDivLayoutTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ class FormExtensionDivLayoutTest extends AbstractDivLayoutTest
3232
*/
3333
private $renderer;
3434

35-
protected static $supportedFeatureSetVersion = 404;
36-
3735
protected function setUp(): void
3836
{
3937
parent::setUp();

Tests/Extension/FormExtensionTableLayoutTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class FormExtensionTableLayoutTest extends AbstractTableLayoutTest
3131
*/
3232
private $renderer;
3333

34-
protected static $supportedFeatureSetVersion = 404;
35-
3634
protected function setUp(): void
3735
{
3836
parent::setUp();

0 commit comments

Comments
 (0)