1 | <?php |
||
9 | class PrePushResponseStub |
||
10 | { |
||
11 | const RIGHT_MESSAGE = 'OK'; |
||
12 | const ERROR_MESSAGE = 'BAD PUSH'; |
||
13 | |||
14 | /** |
||
15 | * @param $prePush |
||
16 | * @param $rightMessage |
||
17 | * @param $errorMessage |
||
18 | * @param PhpUnitResponse $phpUnitResponse |
||
19 | * @param PhpUnitStrictCoverageResponse $phpUnitStrictCoverageResponse |
||
20 | * |
||
21 | * @return PrePushResponse |
||
22 | */ |
||
23 | public static function create( |
||
38 | |||
39 | /** |
||
40 | * @return PrePushResponse |
||
41 | */ |
||
42 | public static function createAllEnabled() |
||
52 | } |
||
53 |