name: TranslationDebugCommandTest class_comment: '# * @group functional' dependencies: - name: TranslationDebugCommand type: class source: Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand - name: Application type: class source: Symfony\Bundle\FrameworkBundle\Console\Application - name: CommandTester type: class source: Symfony\Component\Console\Tester\CommandTester properties: [] methods: - name: setUp visibility: protected parameters: [] comment: null - name: testDumpAllTrans visibility: public parameters: [] comment: null - name: createCommandTester visibility: private parameters: [] comment: null traits: - Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand - Symfony\Bundle\FrameworkBundle\Console\Application - Symfony\Component\Console\Tester\CommandTester interfaces: []