8000 Remove invalid instantiation declaration · symfony/symfony@6e17099 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e17099

Browse files
siganushkafabpot
authored andcommitted
Remove invalid instantiation declaration
1 parent fdcef0c commit 6e17099

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@
1616

1717
class StringToFloatTransformerTest extends TestCase
1818
{
19-
private $transformer;
20-
21-
protected function setUp(): void
22-
{
23-
$this->transformer = new StringToFloatTransformer();
24-
}
25-
26-
protected function tearDown(): void
27-
{
28-
$this->transformer = null;
29-
}
30-
3119
public function provideTransformations(): array
3220
{
3321
return [

0 commit comments

Comments
 (0)
0