| 1 | <?php |
||
| 7 | class PhpUnitGuardCoverageResponseStub |
||
| 8 | { |
||
| 9 | const WARNING_MESSAGE = 'warning message'; |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @param bool $enabled |
||
| 13 | * @param string $warningMessage |
||
| 14 | * |
||
| 15 | * @return PhpUnitGuardCoverageResponse |
||
| 16 | */ |
||
| 17 | public static function create($enabled, $warningMessage) |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return PhpUnitGuardCoverageResponse |
||
| 24 | */ |
||
| 25 | public static function createEnabled() |
||
| 29 | } |
||
| 30 |