40 lines
1 KiB
YAML
40 lines
1 KiB
YAML
|
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: []
|