platform/api/symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.yaml

64 lines
1.7 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: MainConfigurationTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: MainConfiguration
type: class
source: Symfony\Bundle\SecurityBundle\DependencyInjection\MainConfiguration
- name: AuthenticatorFactoryInterface
type: class
source: Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface
- name: InvalidConfigurationException
type: class
source: Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
- name: Processor
type: class
source: Symfony\Component\Config\Definition\Processor
properties: []
methods:
- name: testNoConfigForProvider
visibility: public
parameters: []
comment: null
- name: testManyConfigForProvider
visibility: public
parameters: []
comment: null
- name: testCsrfAliases
visibility: public
parameters: []
comment: null
- name: testLogoutCsrf
visibility: public
parameters: []
comment: null
- name: testLogoutDeleteCookies
visibility: public
parameters: []
comment: null
- name: testDefaultUserCheckers
visibility: public
parameters: []
comment: null
- name: testUserCheckers
visibility: public
parameters: []
comment: null
- name: testConfigMergeWithAccessDecisionManager
visibility: public
parameters: []
comment: null
- name: testFirewalls
visibility: public
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\SecurityBundle\DependencyInjection\MainConfiguration
- Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\AuthenticatorFactoryInterface
- Symfony\Component\Config\Definition\Exception\InvalidConfigurationException
- Symfony\Component\Config\Definition\Processor
interfaces: []