| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | 2 | public function execute(ProcessState $state) |
|
| 11 | { |
||
| 12 | 2 | $state->info('launch process {process}', ['process' => $state->getOptions()['process']]); |
|
| 13 | |||
| 14 | 2 | $process = $state->getStepRunner()->buildConfigurationProcess($state->getOptions()['process']); |
|
| 15 | |||
| 16 | 2 | $state->getStepRunner()->run($process, $state->getOptions()['context'], $state->isDryRun()); |
|
| 17 | 2 | } |
|
| 27 |