54 lines
1.4 KiB
YAML
54 lines
1.4 KiB
YAML
|
name: LogoutTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: KernelBrowser
|
||
|
type: class
|
||
|
source: Symfony\Bundle\FrameworkBundle\KernelBrowser
|
||
|
- name: Cookie
|
||
|
type: class
|
||
|
source: Symfony\Component\BrowserKit\Cookie
|
||
|
- name: EventDispatcherInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\EventDispatcher\EventDispatcherInterface
|
||
|
- name: Response
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Response
|
||
|
- name: RequestEvent
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpKernel\Event\RequestEvent
|
||
|
- name: KernelEvents
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpKernel\KernelEvents
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testCsrfTokensAreClearedOnLogout
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testAccessControlDoesNotApplyOnLogout
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testCookieClearingOnLogout
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: testEnabledCsrf
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: callInRequestContext
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: client
|
||
|
- name: callable
|
||
|
comment: null
|
||
|
traits:
|
||
|
- Symfony\Bundle\FrameworkBundle\KernelBrowser
|
||
|
- Symfony\Component\BrowserKit\Cookie
|
||
|
- Symfony\Component\EventDispatcher\EventDispatcherInterface
|
||
|
- Symfony\Component\HttpFoundation\Response
|
||
|
- Symfony\Component\HttpKernel\Event\RequestEvent
|
||
|
- Symfony\Component\HttpKernel\KernelEvents
|
||
|
interfaces: []
|