@@ -39,7 +39,7 @@ |
||
| 39 | 39 | ] |
| 40 | 40 | ); |
| 41 | 41 | |
| 42 | - $install = new Disable($resolver); |
|
| 42 | + $install = new Disable($resolver); |
|
| 43 | 43 | $install->setIO(new NullIO()); |
| 44 | 44 | $install->run($input, $output); |
| 45 | 45 | } |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | null, |
| 56 | 56 | ['captainhook.json' => file_get_contents(CH_PATH_FILES . '/config/valid.json')] |
| 57 | 57 | ); |
| 58 | - $input = new ArrayInput([ |
|
| 58 | + $input = new ArrayInput([ |
|
| 59 | 59 | 'hook' => 'pre-push', |
| 60 | 60 | '--configuration' => $fakeConfig->url() . '/captainhook.json', |
| 61 | 61 | ]); |