VuFind API Documentation

ThemeResourceContainerTest extends TestCase
in package

ResourceContainer Test Class

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

testConfigParsing()  : void
Test configuration parsing.
testCssDisabling()  : void
Test disabling CSS.
testCssMixedSupport()  : void
Test CSS add/remove with a mix of strings/arrays (and using advanced features).
testCsssException()  : void
Test Exception for priority + load_after in same CSS entry.
testCssStringSupport()  : void
Test CSS add/remove using strings.
testEncoding()  : void
Test Encoding set/get.
testFavicon()  : void
Test Favicon set/get.
testGenerator()  : void
Test Generator set/get.
testJs()  : void
Test Javascript add/remove.
testJsDisabling()  : void
Test disabling JS.
testJsException()  : void
Test Exception for priority + load_after in same js entry.

Methods

testCssMixedSupport()

Test CSS add/remove with a mix of strings/arrays (and using advanced features).

public testCssMixedSupport() : void
Return values
void

testCsssException()

Test Exception for priority + load_after in same CSS entry.

public testCsssException() : void
Return values
void

testCssStringSupport()

Test CSS add/remove using strings.

public testCssStringSupport() : void
Return values
void

testJsException()

Test Exception for priority + load_after in same js entry.

public testJsException() : void
Return values
void

Search results