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

39 lines
1.3 KiB
YAML

name: AttributeAutoconfigurationPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: AsTaggedItem
type: class
source: Symfony\Component\DependencyInjection\Attribute\AsTaggedItem
- name: ChildDefinition
type: class
source: Symfony\Component\DependencyInjection\ChildDefinition
- name: AttributeAutoconfigurationPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\AttributeAutoconfigurationPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: LogicException
type: class
source: Symfony\Component\DependencyInjection\Exception\LogicException
properties: []
methods:
- name: testProcessAddsNoEmptyInstanceofConditionals
visibility: public
parameters: []
comment: null
- name: testAttributeConfiguratorCallableMissingType
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Attribute\AsTaggedItem
- Symfony\Component\DependencyInjection\ChildDefinition
- Symfony\Component\DependencyInjection\Compiler\AttributeAutoconfigurationPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Exception\LogicException
interfaces: []