| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function __construct(Process $process) |
||
| 18 | { |
||
| 19 | $this->process = $process; |
||
| 20 | $this->logger = Robo::logger(); |
||
| 21 | $this->setOutputAdapter(new OutputAdapter()); |
||
| 22 | $this->outputAdapter()->setOutput(Robo::output()); |
||
| 23 | $this->setVerbosityThreshold(VerbosityThresholdInterface::VERBOSITY_NORMAL); |
||
| 24 | } |
||
| 25 | |||
| 39 |