mirror of
https://github.com/elyby/oauth2-server.git
synced 2026-04-13 09:23:53 +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