1 | <?php |
||
18 | class LoadTestDataCommand extends ContainerAwareCommand |
||
19 | { |
||
20 | protected function configure() |
||
24 | |||
25 | /** |
||
26 | * @param InputInterface $input |
||
27 | * @param OutputInterface $output |
||
28 | * @return int|null|void |
||
29 | */ |
||
30 | protected function execute(InputInterface $input, OutputInterface $output) |
||
40 | } |