platform/api/symfony/Component/DependencyInjection/Tests/Compiler/ResolveAutowireInlineAttributesPassTest.yaml

44 lines
1.5 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
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: []