VuFind API Documentation

ConnectorTest extends TestCase
in package
Uses FixtureTrait

Unit tests for EDS connector.

Tags
category

VuFind

author

Ere Maijala ere.maijala@helsinki.fi

license

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

link
https://vufind.org

Table of Contents

$response  : string
Current response.
testCaching()  : void
Test caching.
createClient()  : Client
Set up HTTP client using test adapter with prepared response.
createConnector()  : Connector
Create connector with fixture file.
getFixture()  : string
Load a fixture file.
getFixtureDir()  : string
Get the base directory containing fixtures.
getFixturePath()  : string
Resolve fixture path.
getJsonFixture()  : array<string|int, mixed>
Load a JSON fixture from file (using associative array return type).

Properties

Methods

testCaching()

Test caching.

public testCaching() : void
Return values
void

createClient()

Set up HTTP client using test adapter with prepared response.

protected createClient() : Client
Return values
Client

createConnector()

Create connector with fixture file.

protected createConnector([string $fixture = null ][, Client $client = null ]) : Connector
Parameters
$fixture : string = null

Fixture file

$client : Client = null

HTTP client

Tags
throws
InvalidArgumentException

Fixture file does not exist

Return values
Connector

getFixture()

Load a fixture file.

protected getFixture(string $filename[, string $module = 'VuFind' ]) : string
Parameters
$filename : string

Filename relative to fixture directory.

$module : string = 'VuFind'

Module containing fixture.

Tags
throws
RuntimeException
Return values
string

getFixtureDir()

Get the base directory containing fixtures.

protected getFixtureDir([string $module = 'VuFind' ]) : string
Parameters
$module : string = 'VuFind'

Module containing fixture.

Return values
string

getFixturePath()

Resolve fixture path.

protected getFixturePath(string $filename[, string $module = 'VuFind' ]) : string
Parameters
$filename : string

Filename relative to fixture directory.

$module : string = 'VuFind'

Module containing fixture.

Tags
throws
RuntimeException
Return values
string

getJsonFixture()

Load a JSON fixture from file (using associative array return type).

protected getJsonFixture(string $filename[, string $module = 'VuFind' ]) : array<string|int, mixed>
Parameters
$filename : string

Filename relative to fixture directory.

$module : string = 'VuFind'

Module containing fixture.

Return values
array<string|int, mixed>

Search results