Skip to content

Commit fb476f9

Browse files
committed
fix warnings
1 parent 8a9b11d commit fb476f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/TestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public static function tearDownAfterClass(): void
2020
public function tearDown(): void
2121
{
2222
Mockery::close();
23+
parent::tearDown();
2324
}
2425

2526
/**

0 commit comments

Comments
 (0)