mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Add tests for the legacy tokens
This commit is contained in:
16
common/tests/fixtures/LegacyOauthAccessTokenScopeFixture.php
vendored
Normal file
16
common/tests/fixtures/LegacyOauthAccessTokenScopeFixture.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace common\tests\fixtures;
|
||||
|
||||
use common\tests\_support\Redis\Fixture;
|
||||
|
||||
class LegacyOauthAccessTokenScopeFixture extends Fixture {
|
||||
|
||||
public $dataFile = '@root/common/tests/fixtures/data/legacy-oauth-access-tokens-scopes.php';
|
||||
|
||||
public $keysPrefix = 'oauth:access:tokens:';
|
||||
|
||||
public $keysPostfix = ':scopes';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user