| 1 | <?php |
||
| 11 | class RefreshTokenAuthenticatorSpec extends ObjectBehavior |
||
| 12 | { |
||
| 13 | public function let(UserCheckerInterface $userChecker) |
||
| 17 | |||
| 18 | public function it_is_initializable() |
||
| 22 | |||
| 23 | public function it_supports_token(PreAuthenticatedToken $token, $providerKey) |
||
| 28 | |||
| 29 | public function it_fails_on_authentication(Request $request, AuthenticationException $exception) |
||
| 33 | } |
||
| 34 |