1 | <?php |
||
14 | class ClearInvalidRefreshTokensCommandSpec extends ObjectBehavior |
||
15 | { |
||
16 | public function let(RefreshTokenManagerInterface $refreshTokenManager) |
||
20 | |||
21 | public function it_is_initializable() |
||
25 | |||
26 | public function it_is_a_command() |
||
30 | |||
31 | public function it_has_a_name() |
||
35 | |||
36 | public function it_clears_invalid_refresh_tokens(InputInterface $input, OutputInterface $output, RefreshTokenManagerInterface $refreshTokenManager, RefreshTokenInterface $revokedToken) |
||
44 | } |
||
45 |