We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc92fc commit c271e4eCopy full SHA for c271e4e
tests/Engines/ArrayEngineTest.php
@@ -32,6 +32,8 @@ protected function tearDown(): void
32
);
33
34
\Mockery::close();
35
+
36
+ parent::tearDown();
37
}
38
39
/** @test */
0 commit comments