VuFind API Documentation

FollowupTest extends TestCase
in package

Followup controller plugin tests.

Tags
category

VuFind

author

Demian Katz demian.katz@villanova.edu

license

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

link

Wiki

Table of Contents

testClear()  : void
Test clear behavior
testRetrieve()  : void
Test retrieve
testRetrieveAndClear()  : void
Test retrieve and clear
getMockController()  : AbstractBase
Get a mock controller

Methods

testClear()

Test clear behavior

public testClear() : void
Return values
void

testRetrieve()

Test retrieve

public testRetrieve() : void
Return values
void

testRetrieveAndClear()

Test retrieve and clear

public testRetrieveAndClear() : void
Return values
void

getMockController()

Get a mock controller

protected getMockController([string $url = 'http://localhost/default-url' ]) : AbstractBase
Parameters
$url : string = 'http://localhost/default-url'

URL for controller to report.

Return values
AbstractBase

Search results