Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
35 | 1 | protected function execute(InputInterface $input, OutputInterface $output) |
|
36 | { |
||
37 | 1 | $modulo = $input->getArgument("modulo"); |
|
38 | 1 | $diretorio = $input->getArgument("diretorio"); |
|
39 | |||
40 | 1 | $module = Module::create($modulo, $diretorio); |
|
41 | |||
42 | 1 | $output->writeln("Modulo {$module->getName()} foi criado"); |
|
43 | } |
||
44 | } |