62 lines
1.9 KiB
YAML
62 lines
1.9 KiB
YAML
|
name: FirewallAwareLoginLinkHandlerTest
|
||
|
class_comment: null
|
||
|
dependencies:
|
||
|
- name: TestCase
|
||
|
type: class
|
||
|
source: PHPUnit\Framework\TestCase
|
||
|
- name: FirewallAwareLoginLinkHandler
|
||
|
type: class
|
||
|
source: Symfony\Bundle\SecurityBundle\LoginLink\FirewallAwareLoginLinkHandler
|
||
|
- name: FirewallConfig
|
||
|
type: class
|
||
|
source: Symfony\Bundle\SecurityBundle\Security\FirewallConfig
|
||
|
- name: FirewallMap
|
||
|
type: class
|
||
|
source: Symfony\Bundle\SecurityBundle\Security\FirewallMap
|
||
|
- name: Container
|
||
|
type: class
|
||
|
source: Symfony\Component\DependencyInjection\Container
|
||
|
- name: Request
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\Request
|
||
|
- name: RequestStack
|
||
|
type: class
|
||
|
source: Symfony\Component\HttpFoundation\RequestStack
|
||
|
- name: UserInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Security\Core\User\UserInterface
|
||
|
- name: LoginLinkDetails
|
||
|
type: class
|
||
|
source: Symfony\Component\Security\Http\LoginLink\LoginLinkDetails
|
||
|
- name: LoginLinkHandlerInterface
|
||
|
type: class
|
||
|
source: Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: testSuccessfulDecoration
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: createFirewallMap
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: firewallName
|
||
|
comment: null
|
||
|
- name: createLocator
|
||
|
visibility: private
|
||
|
parameters:
|
||
|
- name: linkers
|
||
|
comment: null
|
||
|
traits:
|
||
|
- PHPUnit\Framework\TestCase
|
||
|
- Symfony\Bundle\SecurityBundle\LoginLink\FirewallAwareLoginLinkHandler
|
||
|
- Symfony\Bundle\SecurityBundle\Security\FirewallConfig
|
||
|
- Symfony\Bundle\SecurityBundle\Security\FirewallMap
|
||
|
- Symfony\Component\DependencyInjection\Container
|
||
|
- Symfony\Component\HttpFoundation\Request
|
||
|
- Symfony\Component\HttpFoundation\RequestStack
|
||
|
- Symfony\Component\Security\Core\User\UserInterface
|
||
|
- Symfony\Component\Security\Http\LoginLink\LoginLinkDetails
|
||
|
- Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface
|
||
|
interfaces: []
|