mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 04:59:45 +05:30
Fix file names for code challenge verifier tests
This commit is contained in:
parent
9645119ccb
commit
0c2356a508
@ -5,7 +5,7 @@ namespace LeagueTests\CodeChallengeVerifiers;
|
||||
use League\OAuth2\Server\CodeChallengeVerifiers\S256Verifier;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class S256Verifier extends TestCase
|
||||
class S256VerifierTest extends TestCase
|
||||
{
|
||||
public function testGetMethod()
|
||||
{
|
Loading…
Reference in New Issue
Block a user