platform/api/symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.yaml

36 lines
895 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ConfigurationTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: Configuration
type: class
source: Symfony\Bundle\TwigBundle\DependencyInjection\Configuration
- name: Processor
type: class
source: Symfony\Component\Config\Definition\Processor
properties: []
methods:
- name: testDoNoDuplicateDefaultFormResources
visibility: public
parameters: []
comment: null
- name: testGlobalsAreNotNormalized
visibility: public
parameters: []
comment: null
- name: testArrayKeysInGlobalsAreNotNormalized
visibility: public
parameters: []
comment: null
- name: testNullPathsAreConvertedToIterable
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\TwigBundle\DependencyInjection\Configuration
- Symfony\Component\Config\Definition\Processor
interfaces: []