VuFind API Documentation

OAuth2TokenTraitTest extends TestCase
in package

Class OAuth2TokenTraitTest

Tags
category

VuFind

author

Josef Moravec moravec@mzk.cz

license

https://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Main Page

Table of Contents

$driver  : XCNCIP2
Tested service
configureDriver()  : void
Basic configuration for tested service
testGetNewOAuth2Token()  : void
Test for getNewOauth2Token
mockResponse()  : void
Mock fixture as HTTP client response

Properties

Methods

configureDriver()

Basic configuration for tested service

public configureDriver() : void
Return values
void

testGetNewOAuth2Token()

Test for getNewOauth2Token

public testGetNewOAuth2Token() : void
Tags
throws
ILS
Return values
void

mockResponse()

Mock fixture as HTTP client response

protected mockResponse(string|array<string|int, mixed>|null $responseData) : void
Parameters
$responseData : string|array<string|int, mixed>|null

String or array of string which with raw http response

Return values
void

Search results