name: ApplicationDescriptionTest 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: ApplicationDescription type: class source: Symfony\Component\Console\Descriptor\ApplicationDescription properties: [] methods: - name: testGetNamespaces visibility: public parameters: - name: expected - name: names comment: '# * @dataProvider getNamespacesProvider' - name: getNamespacesProvider visibility: public parameters: [] comment: null - name: getDefaultCommands visibility: protected parameters: [] comment: null traits: - PHPUnit\Framework\TestCase - Symfony\Component\Console\Application - Symfony\Component\Console\Command\Command - Symfony\Component\Console\Descriptor\ApplicationDescription interfaces: []