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

40 lines
1 KiB
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\WebProfilerBundle\DependencyInjection\Configuration
- name: Processor
type: class
source: Symfony\Component\Config\Definition\Processor
properties: []
methods:
- name: testConfigTree
visibility: public
parameters:
- name: options
- name: expectedResult
comment: '# * @dataProvider getDebugModes'
- name: getDebugModes
visibility: public
parameters: []
comment: null
- name: testConfigTreeUsingInterceptRedirects
visibility: public
parameters:
- name: interceptRedirects
- name: expectedResult
comment: '# * @dataProvider getInterceptRedirectsConfiguration'
- name: getInterceptRedirectsConfiguration
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\WebProfilerBundle\DependencyInjection\Configuration
- Symfony\Component\Config\Definition\Processor
interfaces: []