Skip to content

Commit c271e4e

Browse files
authored
Fix PHPUnit Fatal Error (#18)
1 parent bcc92fc commit c271e4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Engines/ArrayEngineTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ protected function tearDown(): void
3232
);
3333

3434
\Mockery::close();
35+
36+
parent::tearDown();
3537
}
3638

3739
/** @test */

0 commit comments

Comments
 (0)