Skip to content

Commit fd47edf

Browse files
Fix: add call to parent::tearDown()
1 parent 5d3fb4d commit fd47edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/DateTimeImmutableTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ protected function setUp(): void
2323
protected function tearDown(): void
2424
{
2525
Date::useDefault();
26+
27+
parent::tearDown();
2628
}
2729

2830
public function testCanReturnCarbonImmutableObject(): void

0 commit comments

Comments
 (0)