Remove invalid instantiation declaration

This commit is contained in:
siganushka 2020-09-04 11:41:39 +08:00 committed by Fabien Potencier
parent fdcef0c625
commit 6e17099f7a

View File

@ -16,18 +16,6 @@ use Symfony\Component\Form\Extension\Core\DataTransformer\StringToFloatTransform
class StringToFloatTransformerTest extends TestCase
{
private $transformer;
protected function setUp(): void
{
$this->transformer = new StringToFloatTransformer();
}
protected function tearDown(): void
{
$this->transformer = null;
}
public function provideTransformations(): array
{
return [