platform/api/symfony/Bundle/FrameworkBundle/Tests/Functional/TranslationDebugCommandTest.yaml
2024-09-02 10:44:11 -07:00

31 lines
841 B
YAML

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: []