mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +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 League\OAuth2\Server\CodeChallengeVerifiers\S256Verifier;
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
|
||||||
class S256Verifier extends TestCase
|
class S256VerifierTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testGetMethod()
|
public function testGetMethod()
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user