Skip to content

Commit

Permalink
DEBUG tmp fix phpunit10
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 20, 2023
1 parent 355351c commit cec306a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Phpunit/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ protected function tearDown(): void
}
gc_collect_cycles();

return;
// fix coverage when no assertion is expected
// https://github.com/sebastianbergmann/phpunit/pull/5010
if ($this->getStatus() === BaseTestRunner::STATUS_PASSED
Expand Down

0 comments on commit cec306a

Please sign in to comment.