More client credentials test

This commit is contained in:
Alex Bilbie
2015-04-05 18:18:09 +01:00
parent f3705865a3
commit 775d42115a
5 changed files with 66 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
$I = new ApiTester($scenario);
$I->wantTo('get an access token using the client credentials grant');
$I->sendPOST(
'access_token',
'client_credentials.php/access_token',
[
'grant_type' => 'client_credentials',
'client_id' => 'myawesomeapp',