name: CommandTesterTest class_comment: null dependencies: - name: TestCase type: class source: PHPUnit\Framework\TestCase - name: Application type: class source: Symfony\Component\Console\Application - name: Command type: class source: Symfony\Component\Console\Command\Command - name: HelperSet type: class source: Symfony\Component\Console\Helper\HelperSet - name: QuestionHelper type: class source: Symfony\Component\Console\Helper\QuestionHelper - name: Output type: class source: Symfony\Component\Console\Output\Output - name: ChoiceQuestion type: class source: Symfony\Component\Console\Question\ChoiceQuestion - name: Question type: class source: Symfony\Component\Console\Question\Question - name: SymfonyStyle type: class source: Symfony\Component\Console\Style\SymfonyStyle - name: CommandTester type: class source: Symfony\Component\Console\Tester\CommandTester properties: [] methods: - name: setUp visibility: protected parameters: [] comment: null - name: testExecute visibility: public parameters: [] comment: null - name: testGetInput visibility: public parameters: [] comment: null - name: testGetOutput visibility: public parameters: [] comment: null - name: testGetDisplay visibility: public parameters: [] comment: null - name: testGetDisplayWithoutCallingExecuteBefore visibility: public parameters: [] comment: null - name: testGetStatusCode visibility: public parameters: [] comment: null - name: testGetStatusCodeWithoutCallingExecuteBefore visibility: public parameters: [] comment: null - name: testCommandFromApplication visibility: public parameters: [] comment: null - name: testCommandWithInputs visibility: public parameters: [] comment: null - name: testCommandWithDefaultInputs visibility: public parameters: [] comment: null - name: testCommandWithWrongInputsNumber visibility: public parameters: [] comment: null - name: testCommandWithQuestionsButNoInputs visibility: public parameters: [] comment: null - name: testSymfonyStyleCommandWithInputs visibility: public parameters: [] comment: null - name: testErrorOutput visibility: public parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Console\Application - Symfony\Component\Console\Command\Command - Symfony\Component\Console\Helper\HelperSet - Symfony\Component\Console\Helper\QuestionHelper - Symfony\Component\Console\Output\Output - Symfony\Component\Console\Question\ChoiceQuestion - Symfony\Component\Console\Question\Question - Symfony\Component\Console\Style\SymfonyStyle - Symfony\Component\Console\Tester\CommandTester interfaces: []