88 lines
2.4 KiB
YAML
88 lines
2.4 KiB
YAML
|
name: AbstractRecursivePassTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: ChildDefinition
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\ChildDefinition
|
||
|
- name: AbstractRecursivePass
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass
|
||
|
- name: ContainerBuilder
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- name: Definition
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Definition
|
||
|
- name: RuntimeException
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Exception\RuntimeException
|
||
|
- name: Reference
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Reference
|
||
|
- name: Bar
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Tests\Fixtures\Bar
|
||
|
- name: FactoryDummy
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Tests\Fixtures\FactoryDummy
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testGetConstructorResolvesFactoryChildDefinitionsClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: processValue
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: isRoot
|
||
|
default: 'false'
|
||
|
comment: null
|
||
|
- name: testGetConstructorResolvesChildDefinitionsClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: processValue
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: isRoot
|
||
|
default: 'false'
|
||
|
comment: null
|
||
|
- name: testGetReflectionMethodResolvesChildDefinitionsClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: processValue
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: isRoot
|
||
|
default: 'false'
|
||
|
comment: null
|
||
|
- name: testGetConstructorDefinitionNoClass
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: processValue
|
||
|
visibility: protected
|
||
|
parameters:
|
||
|
- name: value
|
||
|
- name: isRoot
|
||
|
default: 'false'
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Component\DependencyInjection\ChildDefinition
|
||
|
- Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass
|
||
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
||
|
- Symfony\Component\DependencyInjection\Definition
|
||
|
- Symfony\Component\DependencyInjection\Exception\RuntimeException
|
||
|
- Symfony\Component\DependencyInjection\Reference
|
||
|
- Symfony\Component\DependencyInjection\Tests\Fixtures\Bar
|
||
|
- Symfony\Component\DependencyInjection\Tests\Fixtures\FactoryDummy
|
||
|
interfaces: []
|