Skip to content

Commit

Permalink
Remove useless parent method calls in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Sep 24, 2024
1 parent 99199b7 commit ef2df58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Caster/DateCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,11 @@ class DateCasterTest extends TestCase

protected function setUp(): void
{
parent::setUp();

$this->previousTimezone = date_default_timezone_get();
}

protected function tearDown(): void
{
parent::tearDown();

date_default_timezone_set($this->previousTimezone);
}

Expand Down

0 comments on commit ef2df58

Please sign in to comment.