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

64 lines
1.9 KiB
YAML

name: RemoveUnusedDefinitionsPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: RemoveUnusedDefinitionsPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
- name: ResolveParameterPlaceHoldersPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\ResolveParameterPlaceHoldersPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: Definition
type: class
source: Symfony\Component\DependencyInjection\Definition
- name: Reference
type: class
source: Symfony\Component\DependencyInjection\Reference
properties: []
methods:
- name: testProcess
visibility: public
parameters: []
comment: null
- name: testProcessRemovesUnusedDefinitionsRecursively
visibility: public
parameters: []
comment: null
- name: testProcessWorksWithInlinedDefinitions
visibility: public
parameters: []
comment: null
- name: testProcessWontRemovePrivateFactory
visibility: public
parameters: []
comment: null
- name: testProcessConsiderEnvVariablesAsUsedEvenInPrivateServices
visibility: public
parameters: []
comment: null
- name: testProcessDoesNotErrorOnServicesThatDoNotHaveDefinitions
visibility: public
parameters: []
comment: null
- name: testProcessWorksWithClosureErrorsInDefinitions
visibility: public
parameters: []
comment: null
- name: process
visibility: protected
parameters:
- name: container
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
- Symfony\Component\DependencyInjection\Compiler\ResolveParameterPlaceHoldersPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Definition
- Symfony\Component\DependencyInjection\Reference
interfaces: []