Skip to content

Commit

Permalink
Merge branch '5.4' into 6.3
Browse files Browse the repository at this point in the history
* 5.4:
  [Form] Clean up in tests
  • Loading branch information
nicolas-grekas committed Oct 31, 2023
2 parents 4da3bac + 2b0fde0 commit 4c9ac56
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 4c9ac56

Please sign in to comment.