mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Fix missing comma
This commit is contained in:
parent
da2742bea7
commit
9645119ccb
@ -18,7 +18,7 @@ class PlainVerifierTest extends TestCase
|
|||||||
{
|
{
|
||||||
$verifier = new PlainVerifier();
|
$verifier = new PlainVerifier();
|
||||||
|
|
||||||
$this->assertTrue($verifier->verifyCodeChallenge('foo', 'foo');
|
$this->assertTrue($verifier->verifyCodeChallenge('foo', 'foo'));
|
||||||
$this->assertFalse($verifier->verifyCodeChallenge('foo', 'bar');
|
$this->assertFalse($verifier->verifyCodeChallenge('foo', 'bar'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user