1 | <?php |
||
7 | class PhpUnitStrictCoverageResponseStub |
||
8 | { |
||
9 | const MINIMUM = 99.00; |
||
10 | |||
11 | /** |
||
12 | * @param bool $phpunitStrictCoverage |
||
13 | * @param float $minimum |
||
14 | * |
||
15 | * @return PhpUnitStrictCoverageResponse |
||
16 | */ |
||
17 | public static function create($phpunitStrictCoverage, $minimum) |
||
21 | |||
22 | /** |
||
23 | * @return PhpUnitStrictCoverageResponse |
||
24 | */ |
||
25 | public static function createEnabled() |
||
29 | } |
||
30 |