27 lines
856 B
YAML
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: []
|