| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | 1 | protected function configure() |
|
| 15 | { |
||
| 16 | $this |
||
| 17 | 1 | ->setName('fifree2:dropdatabase') |
|
| 18 | 1 | ->setDescription('Cancellazione database fifree') |
|
| 19 | 1 | ->setHelp('Cancella il database e tutti i dati di fifree') |
|
| 20 | 1 | ->addOption('force', null, InputOption::VALUE_NONE, 'Se non impostato, il comando non avrà effetto'); |
|
| 21 | 1 | } |
|
| 22 | |||
| 39 |