platform/api/symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.yaml
2024-09-02 10:44:11 -07:00

39 lines
1.1 KiB
YAML

name: FirewallContextTest
class_comment: null
dependencies:
- name: TestCase
type: class
source: PHPUnit\Framework\TestCase
- name: FirewallConfig
type: class
source: Symfony\Bundle\SecurityBundle\Security\FirewallConfig
- name: FirewallContext
type: class
source: Symfony\Bundle\SecurityBundle\Security\FirewallContext
- name: ExceptionListener
type: class
source: Symfony\Component\Security\Http\Firewall\ExceptionListener
- name: LogoutListener
type: class
source: Symfony\Component\Security\Http\Firewall\LogoutListener
properties: []
methods:
- name: testGetters
visibility: public
parameters: []
comment: null
- name: getExceptionListenerMock
visibility: private
parameters: []
comment: null
- name: getLogoutListenerMock
visibility: private
parameters: []
comment: null
traits:
- PHPUnit\Framework\TestCase
- Symfony\Bundle\SecurityBundle\Security\FirewallConfig
- Symfony\Bundle\SecurityBundle\Security\FirewallContext
- Symfony\Component\Security\Http\Firewall\ExceptionListener
- Symfony\Component\Security\Http\Firewall\LogoutListener
interfaces: []