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

27 lines
856 B
YAML

name: AutowireRequiredPropertiesPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: AutowireRequiredPropertiesPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\AutowireRequiredPropertiesPass
- name: ResolveClassPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\ResolveClassPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
properties: []
methods:
- name: testAttribute
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Compiler\AutowireRequiredPropertiesPass
- Symfony\Component\DependencyInjection\Compiler\ResolveClassPass
- Symfony\Component\DependencyInjection\ContainerBuilder
interfaces: []