28 lines
593 B
YAML
28 lines
593 B
YAML
|
name: OutputWrapperTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: OutputWrapper
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\OutputWrapper
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testBasicWrap
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: text
|
||
|
- name: width
|
||
|
- name: allowCutUrls
|
||
|
- name: expected
|
||
|
comment: '# * @dataProvider textProvider'
|
||
|
- name: textProvider
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Console\Helper\OutputWrapper
|
||
|
interfaces: []
|