| 1 | <?php |
||
| 13 | class ClearInvalidRefreshTokensCommandSpec extends ObjectBehavior |
||
| 14 | { |
||
| 15 | public function let(RefreshTokenManagerInterface $refreshTokenManager) |
||
| 19 | |||
| 20 | public function it_is_initializable() |
||
| 24 | |||
| 25 | public function it_is_a_command() |
||
| 29 | |||
| 30 | public function it_has_a_name() |
||
| 34 | |||
| 35 | public function it_clears_invalid_refresh_tokens(InputInterface $input, OutputInterface $output, RefreshTokenManagerInterface $refreshTokenManager, RefreshTokenInterface $revokedToken) |
||
| 43 | } |
||
| 44 |