platform/api/symfony/Component/Console/Tests/Helper/AbstractQuestionHelperTestCase.yaml
2024-09-02 10:44:11 -07:00

23 lines
564 B
YAML

name: AbstractQuestionHelperTestCase
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: StreamableInputInterface
type: class
source: Symfony\Component\Console\Input\StreamableInputInterface
properties: []
methods:
- name: createStreamableInputInterfaceMock
visibility: protected
parameters:
- name: stream
default: 'null'
- name: interactive
default: 'true'
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\Console\Input\StreamableInputInterface
interfaces: []