1 | <?php |
||
12 | class PrePushStub implements RandomStubInterface |
||
13 | { |
||
14 | /** |
||
15 | * @param Undefined $undefined |
||
16 | * @param Enabled $enabled |
||
17 | * @param ExecuteInterface $execute |
||
18 | * @param Messages $messages |
||
19 | * |
||
20 | * @return PrePush |
||
21 | */ |
||
22 | public static function create(Undefined $undefined, Enabled $enabled, ExecuteInterface $execute, Messages $messages) |
||
31 | |||
32 | /** |
||
33 | * @return PrePush |
||
34 | */ |
||
35 | public static function random() |
||
44 | |||
45 | /** |
||
46 | * @return PrePush |
||
47 | */ |
||
48 | public static function createAllEnabled() |
||
57 | |||
58 | /** |
||
59 | * @return PrePush |
||
60 | */ |
||
61 | public static function setUndefined() |
||
70 | } |
||
71 |