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

28 lines
764 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: PassConfigTest
class_comment: '# * @author Guilhem N <egetick@gmail.com>'
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: CompilerPassInterface
type: class
source: Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- name: PassConfig
type: class
source: Symfony\Component\DependencyInjection\Compiler\PassConfig
properties: []
methods:
- name: testPassOrdering
visibility: public
parameters: []
comment: null
- name: testPassOrderingWithoutPasses
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
- Symfony\Component\DependencyInjection\Compiler\PassConfig
interfaces: []