67 lines
1.7 KiB
YAML
67 lines
1.7 KiB
YAML
name: CompletionInputTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: CompletionInput
|
|
type: class
|
|
source: Symfony\Component\Console\Completion\CompletionInput
|
|
- name: InputArgument
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputArgument
|
|
- name: InputDefinition
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputDefinition
|
|
- name: InputOption
|
|
type: class
|
|
source: Symfony\Component\Console\Input\InputOption
|
|
properties: []
|
|
methods:
|
|
- name: testBind
|
|
visibility: public
|
|
parameters:
|
|
- name: input
|
|
- name: expectedType
|
|
- name: expectedName
|
|
- name: expectedValue
|
|
comment: '# * @dataProvider provideBindData'
|
|
- name: provideBindData
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBindWithLastArrayArgument
|
|
visibility: public
|
|
parameters:
|
|
- name: input
|
|
- name: expectedValue
|
|
comment: '# * @dataProvider provideBindWithLastArrayArgumentData'
|
|
- name: provideBindWithLastArrayArgumentData
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBindArgumentWithDefault
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testFromString
|
|
visibility: public
|
|
parameters:
|
|
- name: inputStr
|
|
- name: expectedTokens
|
|
comment: '# * @dataProvider provideFromStringData'
|
|
- name: provideFromStringData
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testToString
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\Console\Completion\CompletionInput
|
|
- Symfony\Component\Console\Input\InputArgument
|
|
- Symfony\Component\Console\Input\InputDefinition
|
|
- Symfony\Component\Console\Input\InputOption
|
|
interfaces: []
|