mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
Closures passed to the skip method are now bound to the test case to allow for more complex logic.
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