Higher Order Tests now resolve callable expectations. The tap method now always returns the test case.

This commit is contained in:
luke
2021-07-06 14:05:40 +01:00
parent c290909eb3
commit 7e9edecc7f
5 changed files with 48 additions and 13 deletions

View File

@ -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);
}