mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix missing comma
This commit is contained in:
@@ -18,7 +18,7 @@ class PlainVerifierTest extends TestCase
|
||||
{
|
||||
$verifier = new PlainVerifier();
|
||||
|
||||
$this->assertTrue($verifier->verifyCodeChallenge('foo', 'foo');
|
||||
$this->assertFalse($verifier->verifyCodeChallenge('foo', 'bar');
|
||||
$this->assertTrue($verifier->verifyCodeChallenge('foo', 'foo'));
|
||||
$this->assertFalse($verifier->verifyCodeChallenge('foo', 'bar'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user