27 lines
849 B
YAML
27 lines
849 B
YAML
name: LoginLinkAuthenticationTest
|
|
class_comment: '# * @author Ryan Weaver <ryan@symfonycasts.com>'
|
|
dependencies:
|
|
- name: Request
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\Request
|
|
- name: RequestStack
|
|
type: class
|
|
source: Symfony\Component\HttpFoundation\RequestStack
|
|
- name: InMemoryUser
|
|
type: class
|
|
source: Symfony\Component\Security\Core\User\InMemoryUser
|
|
- name: LoginLinkHandlerInterface
|
|
type: class
|
|
source: Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface
|
|
properties: []
|
|
methods:
|
|
- name: testLoginLinkSuccess
|
|
visibility: public
|
|
parameters: []
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\HttpFoundation\Request
|
|
- Symfony\Component\HttpFoundation\RequestStack
|
|
- Symfony\Component\Security\Core\User\InMemoryUser
|
|
- Symfony\Component\Security\Http\LoginLink\LoginLinkHandlerInterface
|
|
interfaces: []
|