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

43 lines
1.5 KiB
YAML

name: ResolveAutowireInlineAttributesPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: ChildDefinition
type: class
source: Symfony\Component\DependencyInjection\ChildDefinition
- name: AutowirePass
type: class
source: Symfony\Component\DependencyInjection\Compiler\AutowirePass
- name: ResolveAutowireInlineAttributesPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\ResolveAutowireInlineAttributesPass
- name: ResolveChildDefinitionsPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
- name: ResolveNamedArgumentsPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\ResolveNamedArgumentsPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
properties: []
methods:
- name: testAttribute
visibility: public
parameters: []
comment: null
- name: testChildDefinition
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\ChildDefinition
- Symfony\Component\DependencyInjection\Compiler\AutowirePass
- Symfony\Component\DependencyInjection\Compiler\ResolveAutowireInlineAttributesPass
- Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
- Symfony\Component\DependencyInjection\Compiler\ResolveNamedArgumentsPass
- Symfony\Component\DependencyInjection\ContainerBuilder
interfaces: []