61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
name: HelpCommandTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: Application
|
|
type: class
|
|
source: Symfony\Component\Console\Application
|
|
- name: HelpCommand
|
|
type: class
|
|
source: Symfony\Component\Console\Command\HelpCommand
|
|
- name: ListCommand
|
|
type: class
|
|
source: Symfony\Component\Console\Command\ListCommand
|
|
- name: CommandCompletionTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- name: CommandTester
|
|
type: class
|
|
source: Symfony\Component\Console\Tester\CommandTester
|
|
properties: []
|
|
methods:
|
|
- name: testExecuteForCommandAlias
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExecuteForCommand
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExecuteForCommandWithXmlOption
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExecuteForApplicationCommand
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testExecuteForApplicationCommandWithXmlOption
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testComplete
|
|
visibility: public
|
|
parameters:
|
|
- name: input
|
|
- name: expectedSuggestions
|
|
comment: '# * @dataProvider provideCompletionSuggestions'
|
|
- name: provideCompletionSuggestions
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Console\Application
|
|
- Symfony\Component\Console\Command\HelpCommand
|
|
- Symfony\Component\Console\Command\ListCommand
|
|
- Symfony\Component\Console\Tester\CommandCompletionTester
|
|
- Symfony\Component\Console\Tester\CommandTester
|
|
interfaces: []
|