| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 12 | 
| Code Lines | 5 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 40 | protected function execute(InputInterface $input, OutputInterface $output) | ||
| 41 |     { | ||
| 42 | /** | ||
| 43 | * set context inside container | ||
| 44 | */ | ||
| 45 | $this->container->register(new LoggerProvider($output)); | ||
| 46 | |||
| 47 | $parser = new ParseExpertConfig(); | ||
| 48 |         $parser->parse($input->getArgument('configFile')); | ||
| 49 | |||
| 50 |         $this->container['logger']->info('<info>File don\'t show errors.</info>'); | ||
| 51 | } | ||
| 52 | |||
| 55 |