mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Higher Order Tests now resolve callable expectations. The tap method now always returns the test case.
This commit is contained in:
@ -81,7 +81,6 @@ final class Coverage implements AddsOutput, HandlesArguments
|
||||
}
|
||||
|
||||
if ($input->getOption(self::MIN_OPTION) !== null) {
|
||||
/* @phpstan-ignore-next-line */
|
||||
$this->coverageMin = (float) $input->getOption(self::MIN_OPTION);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user