120 lines
3.4 KiB
YAML
120 lines
3.4 KiB
YAML
|
name: SymfonyStyleTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: Command
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Command\Command
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Exception\RuntimeException
|
||
|
- name: OutputFormatter
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Formatter\OutputFormatter
|
||
|
- name: ArrayInput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\ArrayInput
|
||
|
- name: Input
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\Input
|
||
|
- name: InputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Input\InputInterface
|
||
|
- name: ConsoleOutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\ConsoleOutputInterface
|
||
|
- name: ConsoleSectionOutput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\ConsoleSectionOutput
|
||
|
- name: NullOutput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\NullOutput
|
||
|
- name: OutputInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\OutputInterface
|
||
|
- name: StreamOutput
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\StreamOutput
|
||
|
- name: SymfonyStyle
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Style\SymfonyStyle
|
||
|
- name: CommandTester
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Tester\CommandTester
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testOutputs
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: inputCommandFilepath
|
||
|
- name: outputFilepath
|
||
|
comment: '# * @dataProvider inputCommandToOutputFilesProvider'
|
||
|
- name: testInteractiveOutputs
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: inputCommandFilepath
|
||
|
- name: outputFilepath
|
||
|
comment: '# * @dataProvider inputInteractiveCommandToOutputFilesProvider'
|
||
|
- name: inputInteractiveCommandToOutputFilesProvider
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: inputCommandToOutputFilesProvider
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testOutputProgressIterate
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetErrorStyle
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testCreateTableWithConsoleOutput
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testCreateTableWithoutConsoleOutput
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetErrorStyleUsesTheCurrentOutputIfNoErrorOutputIsAvailable
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testMemoryConsumption
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAskAndClearExpectFullSectionCleared
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Console\Command\Command
|
||
|
- Symfony\Component\Console\Exception\RuntimeException
|
||
|
- Symfony\Component\Console\Formatter\OutputFormatter
|
||
|
- Symfony\Component\Console\Input\ArrayInput
|
||
|
- Symfony\Component\Console\Input\Input
|
||
|
- Symfony\Component\Console\Input\InputInterface
|
||
|
- Symfony\Component\Console\Output\ConsoleOutputInterface
|
||
|
- Symfony\Component\Console\Output\ConsoleSectionOutput
|
||
|
- Symfony\Component\Console\Output\NullOutput
|
||
|
- Symfony\Component\Console\Output\OutputInterface
|
||
|
- Symfony\Component\Console\Output\StreamOutput
|
||
|
- Symfony\Component\Console\Style\SymfonyStyle
|
||
|
- Symfony\Component\Console\Tester\CommandTester
|
||
|
interfaces: []
|