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

41 lines
1.2 KiB
YAML

name: AliasDeprecatedPublicServicesPassTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: AliasDeprecatedPublicServicesPass
type: class
source: Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass
- name: ContainerBuilder
type: class
source: Symfony\Component\DependencyInjection\ContainerBuilder
- name: InvalidArgumentException
type: class
source: Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
properties: []
methods:
- name: testProcess
visibility: public
parameters: []
comment: null
- name: testProcessWithMissingAttribute
visibility: public
parameters:
- name: attribute
- name: attributes
comment: '# * @dataProvider processWithMissingAttributeProvider'
- name: processWithMissingAttributeProvider
visibility: public
parameters: []
comment: null
- name: testProcessWithNonPublicService
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Compiler\AliasDeprecatedPublicServicesPass
- Symfony\Component\DependencyInjection\ContainerBuilder
- Symfony\Component\DependencyInjection\Exception\InvalidArgumentException
interfaces: []