59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
|
name: TerminalTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: AnsiColorMode
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Output\AnsiColorMode
|
||
|
- name: Terminal
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Terminal
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: setUp
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: tearDown
|
||
|
visibility: protected
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: resetStatics
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: test
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testZeroValues
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSttyOnWindows
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetColorMode
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: testColorTerm
|
||
|
- name: testTerm
|
||
|
- name: expected
|
||
|
comment: '# * @dataProvider provideTerminalColorEnv'
|
||
|
- name: provideTerminalColorEnv
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSetColorMode
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Console\Output\AnsiColorMode
|
||
|
- Symfony\Component\Console\Terminal
|
||
|
interfaces: []
|