48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
|
name: NullOutputFormatterTest
|
||
|
class_comment: '# * @author Tien Xuan Vo <tien.xuan.vo@gmail.com>'
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: NullOutputFormatter
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Formatter\NullOutputFormatter
|
||
|
- name: NullOutputFormatterStyle
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Formatter\NullOutputFormatterStyle
|
||
|
- name: OutputFormatterStyle
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Formatter\OutputFormatterStyle
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testFormat
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGetStyle
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSetStyle
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testHasStyle
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIsDecorated
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSetDecorated
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Console\Formatter\NullOutputFormatter
|
||
|
- Symfony\Component\Console\Formatter\NullOutputFormatterStyle
|
||
|
- Symfony\Component\Console\Formatter\OutputFormatterStyle
|
||
|
interfaces: []
|