Skip to content

Commit b80ec64

Browse files
Remove $supportedFeatureSetVersion static properties from form-related tests
1 parent 899a603 commit b80ec64

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Tests/Form/Type/EntityTypePerformanceTest.php

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

34-
protected static $supportedFeatureSetVersion = 404;
35-
3634
protected function getExtensions()
3735
{
3836
$manager = $this->createMock(ManagerRegistry::class);

Tests/Form/Type/EntityTypeTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ class EntityTypeTest extends BaseTypeTest
6363
*/
6464
private $emRegistry;
6565

66-
protected static $supportedFeatureSetVersion = 404;
67-
6866
protected function setUp(): void
6967
{
7068
$this->em = DoctrineTestHelper::createTestEntityManager();

0 commit comments

Comments
 (0)