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

40 lines
1.3 KiB
YAML
Raw Normal View History

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