| 1 | <?php |
||
| 11 | class TestConnectionCommand extends ContainerAwareCommand |
||
| 12 | { |
||
| 13 | protected function configure(): void |
||
| 20 | 4 | ||
| 21 | /** |
||
| 22 | 4 | * Commandline utility to test whether the bundle can successfully |
|
| 23 | * connect to the API. |
||
| 24 | */ |
||
| 25 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 46 | } |
||
| 47 |