51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
|
name: HelperSetTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ExceptionInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Exception\ExceptionInterface
|
||
|
- name: HelperInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\HelperInterface
|
||
|
- name: HelperSet
|
||
|
type: class
|
||
|
source: Symfony\Component\Console\Helper\HelperSet
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testConstructor
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testSet
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testHas
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testGet
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testIteration
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: getGenericMockHelper
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: name
|
||
|
- name: helperset
|
||
|
default: 'null'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\Console\Exception\ExceptionInterface
|
||
|
- Symfony\Component\Console\Helper\HelperInterface
|
||
|
- Symfony\Component\Console\Helper\HelperSet
|
||
|
interfaces: []
|