103 lines
2.6 KiB
YAML
103 lines
2.6 KiB
YAML
|
name: SymfonyQuestionHelperTest
|
||
|
class_comment: '# * @group tty'
|
||
|
dependencies:
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Exception\RuntimeException
|
||
|
- name: FormatterHelper
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\FormatterHelper
|
||
|
- name: HelperSet
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\HelperSet
|
||
|
- name: SymfonyQuestionHelper
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\SymfonyQuestionHelper
|
||
|
- name: InputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\InputInterface
|
||
|
- name: StreamOutput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\StreamOutput
|
||
|
- name: ChoiceQuestion
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Question\ChoiceQuestion
|
||
|
- name: Question
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Question\Question
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testAskChoice
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAskChoiceWithChoiceValueAsDefault
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAskReturnsNullIfValidatorAllowsIt
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAskEscapeDefaultValue
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAskEscapeAndFormatLabel
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testLabelTrailingBackslash
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAskThrowsExceptionOnMissingInput
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testChoiceQuestionPadding
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testChoiceQuestionCustomPrompt
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getInputStream
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: input
|
||
|
comment: null
|
||
|
- name: createOutputInterface
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createInputInterfaceMock
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: interactive
|
||
|
default: 'true'
|
||
|
comment: null
|
||
|
- name: assertOutputContains
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: expected
|
||
|
- name: output
|
||
|
- name: normalize
|
||
|
default: 'false'
|
||
|
comment: null
|
||
|
- name: testAskMultilineQuestionIncludesHelpText
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Component\Console\Exception\RuntimeException
|
||
|
- Symfony\Component\Console\Helper\FormatterHelper
|
||
|
- Symfony\Component\Console\Helper\HelperSet
|
||
|
- Symfony\Component\Console\Helper\SymfonyQuestionHelper
|
||
|
- Symfony\Component\Console\Input\InputInterface
|
||
|
- Symfony\Component\Console\Output\StreamOutput
|
||
|
- Symfony\Component\Console\Question\ChoiceQuestion
|
||
|
- Symfony\Component\Console\Question\Question
|
||
|
interfaces: []
|