Skip to content

Commit 067dc2d

Browse files
committed
minor symfony#38053 [Form] Remove invalid instantiation declaration (siganushka)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- [Form] Remove invalid instantiation declaration | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | No ticket | License | MIT | Doc PR | N/A Remove invalid instantiation declaration Commits ------- 6e17099 Remove invalid instantiation declaration
2 parents fdcef0c + 6e17099 commit 067dc2d

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)