platform/api/symfony/Component/Console/Tests/Helper/OutputWrapperTest.yaml

28 lines
593 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []