Skip to content

Commit 8693617

Browse files
[Form] Clean up in tests
1 parent b26fdd0 commit 8693617

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ protected function setUp(): void
3030
$this->transformerWithNull = new ChoiceToValueTransformer($listWithNull);
3131
}
3232

33-
protected function tearDown(): void
34-
{
35-
$this->transformer = null;
36-
$this->transformerWithNull = null;
37-
}
38-
3933
public static function transformProvider(): array
4034
{
4135
return [

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ protected function setUp(): void
3131
$this->dateTimeWithoutSeconds = new \DateTime('2010-02-03 04:05:00 UTC');
3232
}
3333

34-
protected function tearDown(): void
35-
{
36-
$this->dateTime = null;
37-
$this->dateTimeWithoutSeconds = null;
38-
}
39-
4034
public static function allProvider(): array
4135
{
4236
return [

0 commit comments

Comments
 (0)