| 1 | <?php |
||
| 12 | class ClearInvalidRefreshTokensCommandSpec extends ObjectBehavior |
||
| 13 | { |
||
| 14 | public function let(RefreshTokenManagerInterface $refreshTokenManager) |
||
| 18 | |||
| 19 | public function it_is_initializable() |
||
| 23 | |||
| 24 | public function it_is_a_command() |
||
| 28 | |||
| 29 | public function it_has_a_name() |
||
| 33 | |||
| 34 | public function it_clears_invalid_refresh_tokens(InputInterface $input, OutputInterface $output, RefreshTokenManagerInterface $refreshTokenManager, RefreshTokenInterface $revokedToken) |
||
| 42 | } |
||
| 43 |