| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 39 | public function handle() |
||
| 40 | { |
||
| 41 | $output = new \Symfony\Component\Console\Output\ConsoleOutput(); |
||
| 42 | $output->writeln('###########################################------Inserting file records------###########################################'); |
||
| 43 | $this->examinationController = new ExaminationStudentsController($this->argument('year'),$this->argument('grade')); |
||
|
|
|||
| 44 | $this->examinationController->doMatch(); |
||
| 45 | $output->writeln('###########################################------Finished inserting file records------###########################################'); |
||
| 46 | } |
||
| 48 |