platform/api/symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.yaml
2024-09-02 10:44:11 -07:00

104 lines
3.2 KiB
YAML

name: InlineServiceDefinitionsPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: IteratorArgument
type: class
source: Symfony\Component\DependencyInjection\Argument\IteratorArgument
- name: ServiceClosureArgument
type: class
source: Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
- name: AnalyzeServiceReferencesPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass
- name: InlineServiceDefinitionsPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: Definition
type: class
source: Symfony\Component\DependencyInjection\Definition
- name: ServiceCircularReferenceException
type: class
source: Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
properties: []
methods:
- name: testProcess
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotInlinesWhenAliasedServiceIsShared
visibility: public
parameters: []
comment: null
- name: testProcessDoesInlineNonSharedService
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotInlineMixedServicesLoop
visibility: public
parameters: []
comment: null
- name: testProcessThrowsOnNonSharedLoops
visibility: public
parameters: []
comment: null
- name: testProcessNestedNonSharedServices
visibility: public
parameters: []
comment: null
- name: testProcessInlinesIfMultipleReferencesButAllFromTheSameDefinition
visibility: public
parameters: []
comment: null
- name: testProcessInlinesPrivateFactoryReference
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotInlinePrivateFactoryIfReferencedMultipleTimesWithinTheSameDefinition
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotInlineReferenceWhenUsedByInlineFactory
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotInlineWhenServiceIsPrivateButLazy
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotInlineWhenServiceReferencesItself
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotSetLazyArgumentValuesAfterInlining
visibility: public
parameters: []
comment: null
- name: testDoNotInline
visibility: public
parameters: []
comment: null
- name: process
visibility: protected
parameters:
- name: container
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Argument\IteratorArgument
- Symfony\Component\DependencyInjection\Argument\ServiceClosureArgument
- Symfony\Component\DependencyInjection\Compiler\AnalyzeServiceReferencesPass
- Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Definition
- Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException
- Symfony\Component\DependencyInjection\Reference
interfaces: []