Fix file names for code challenge verifier tests

This commit is contained in:
sephster 2018-09-21 20:43:04 +01:00
parent 9645119ccb
commit 0c2356a508
No known key found for this signature in database
GPG Key ID: 077754CA23023F4F
2 changed files with 1 additions and 1 deletions

View File

@ -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()
{