1 | <?php |
||
12 | class RunTestCommand extends Command |
||
13 | { |
||
14 | /** |
||
15 | * Configuration of command |
||
16 | */ |
||
17 | protected function configure() |
||
24 | |||
25 | /** |
||
26 | * Execute method of command |
||
27 | * |
||
28 | * @param InputInterface $input |
||
29 | * @param OutputInterface $output |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | protected function execute(InputInterface $input, OutputInterface $output) |
||
40 | } |
||
41 |