Skip to content

Commit

Permalink
Revert "Remove mock close"
Browse files Browse the repository at this point in the history
This reverts commit c4224b6.
  • Loading branch information
caendesilva committed Apr 28, 2024
1 parent 30c75de commit 2c23550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/framework/tests/Unit/ServeCommandOptionsUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ protected function tearDown(): void
{
$this->addToAssertionCount(Mockery::getContainer()->mockery_getExpectationCount());

Mockery::close();

parent::tearDown();
}

Expand Down

0 comments on commit 2c23550

Please sign in to comment.