add(new DumpCommand()); /** @var AbstractCommand $command */ $command = $application->find('config:dump'); $command->setRuntime(new RuntimeMockup()); $tester = new CommandTester($command); $tester->execute(['command' => $command->getName()]); $this->assertEquals($tester->getStatusCode(), 0); } }