Skip to content

Commit

Permalink
[Form] Clean up in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Oct 31, 2023
1 parent 7b8ea10 commit 2b0fde0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ protected function setUp(): void
$this->transformerWithNull = new ChoiceToValueTransformer($listWithNull);
}

protected function tearDown(): void
{
$this->transformer = null;
$this->transformerWithNull = null;
}

public static function transformProvider(): array
{
return [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ protected function setUp(): void
$this->dateTimeWithoutSeconds = new \DateTime('2010-02-03 04:05:00 UTC');
}

protected function tearDown(): void
{
$this->dateTime = null;
$this->dateTimeWithoutSeconds = null;
}

public static function allProvider(): array
{
return [
Expand Down

0 comments on commit 2b0fde0

Please sign in to comment.