We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aef818 commit d43c63cCopy full SHA for d43c63c
tests/Grant/RefreshTokenGrantTest.php
@@ -481,7 +481,7 @@ public function testRespondToRequestFinalizeScopes()
481
$client = new ClientEntity();
482
483
$client->setIdentifier('foo');
484
- $client->setRedirectUri('http://foo/bar');
+ $client->setRedirectUri('http://foo/bar');
485
486
487
$clientRepositoryMock = $this->getMockBuilder(ClientRepositoryInterface::class)->getMock();
0 commit comments