| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 7 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | 1 | public function run() |
|
| 28 | { |
||
| 29 | 1 | $this->output->writeln('<comment>Setting up Translations sheet</comment>'); |
|
| 30 | 1 | $this->translationsSheet->setup(); |
|
| 31 | |||
| 32 | 1 | $this->output->writeln('<comment>Adding Meta sheet</comment>'); |
|
| 33 | 1 | $this->metaSheet->setup(); |
|
| 34 | |||
| 35 | 1 | $this->output->writeln('<info>Done. Spreasheet is ready.</info>'); |
|
| 36 | 1 | } |
|
| 37 | } |
||
| 38 |