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

28 lines
856 B
YAML
Raw Normal View History

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