diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html index d27a2c1a..d872f941 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html @@ -179,7 +179,7 @@

TEST_RESPONSES -  = ['/oauth2/access_token' => '{"access_token":"test_access_token","expires_in":3600,"state":"test_state","scope":"some_scope other_scope"}', '/oauth2/client_credentials' => '{"access_token":"test_client_credentials_token","expires_in":30,"state":"test_state"}', '/oauth2/api/request' => '{"data":"such data! much wow!"}', '/oauth2/api/accounts' => '{"data":[{"id":"12345"}]}', '/oauth2/revoke_token' => ''] +  = ['/oauth2/access_token' => '{"access_token":"test_access_token","expires_in":3600,"state":"test_state","scope":"some_scope other_scope"}', '/oauth2/client_credentials' => '{"access_token":"test_client_credentials_token","expires_in":30,"state":"test_state"}', '/oauth2/api/request' => '{"data":"such data! much wow!"}', '/oauth2/api/accounts' => '{"data":[{"id":"12345"}]}', '/oauth2/revoke_token/12345' => '']
@@ -540,7 +540,7 @@

protected mixed TEST_RESPONSES - = ['/oauth2/access_token' => '{"access_token":"test_access_token","expires_in":3600,"state":"test_state","scope":"some_scope other_scope"}', '/oauth2/client_credentials' => '{"access_token":"test_client_credentials_token","expires_in":30,"state":"test_state"}', '/oauth2/api/request' => '{"data":"such data! much wow!"}', '/oauth2/api/accounts' => '{"data":[{"id":"12345"}]}', '/oauth2/revoke_token' => ''] + = ['/oauth2/access_token' => '{"access_token":"test_access_token","expires_in":3600,"state":"test_state","scope":"some_scope other_scope"}', '/oauth2/client_credentials' => '{"access_token":"test_client_credentials_token","expires_in":30,"state":"test_state"}', '/oauth2/api/request' => '{"data":"such data! much wow!"}', '/oauth2/api/accounts' => '{"data":[{"id":"12345"}]}', '/oauth2/revoke_token/12345' => '']