120 lines
3.1 KiB
YAML
120 lines
3.1 KiB
YAML
name: ResolveChildDefinitionsPassTest
|
|
class_comment: null
|
|
dependencies:
|
|
- name: TestCase
|
|
type: class
|
|
source: PHPUnit\Framework\TestCase
|
|
- name: ChildDefinition
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ChildDefinition
|
|
- name: ResolveChildDefinitionsPass
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
|
- name: ContainerBuilder
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- name: ServiceCircularReferenceException
|
|
type: class
|
|
source: Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
|
|
properties: []
|
|
methods:
|
|
- name: testProcess
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessAppendsMethodCallsAlways
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessDoesNotCopyAbstract
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessDoesNotCopyShared
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessDoesNotCopyTags
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessCopiesTagsProxy
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessDoesNotCopyDecoratedService
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessDoesNotDropShared
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessHandlesMultipleInheritance
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetLazyOnServiceHasParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetLazyOnServiceIsParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetAutowiredOnServiceHasParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetAutowiredOnServiceIsParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDeepDefinitionsResolving
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetDecoratedServiceOnServiceHasParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testDecoratedServiceCopiesDeprecatedStatusFromParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessResolvesAliases
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessSetsArguments
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testBindings
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testSetAutoconfiguredOnServiceIsParent
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: process
|
|
visibility: protected
|
|
parameters:
|
|
- name: container
|
|
comment: null
|
|
- name: testProcessDetectsChildDefinitionIndirectCircularReference
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
- name: testProcessCopiesSyntheticStatus
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- PHPUnit\Framework\TestCase
|
|
- Symfony\Component\DependencyInjection\ChildDefinition
|
|
- Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
|
- Symfony\Component\DependencyInjection\ContainerBuilder
|
|
- Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
|
|
interfaces: []
|