QRStringTest
extends QROutputTestAbstract
in package
Tests the QRString output module
Table of Contents
- testCustomOutput() : void
- covers the custom output functionality via an example
- testInstance() : void
- Validate the instance of the interface
- testRenderImage() : void
- covers the built-in output modules, tests against pre-rendered data
- testSaveException() : void
- Tests if an exception is thrown when trying to write a cache file to an invalid destination
- testSetModuleValues() : void
- covers the module values settings
- testStringOutput() : void
- coverage of the built-in output modules
Methods
testCustomOutput()
covers the custom output functionality via an example
public
testCustomOutput() : void
Return values
void —testInstance()
Validate the instance of the interface
public
testInstance() : void
Return values
void —testRenderImage()
covers the built-in output modules, tests against pre-rendered data
public
testRenderImage(string $type) : void
Parameters
- $type : string
Tags
Return values
void —testSaveException()
Tests if an exception is thrown when trying to write a cache file to an invalid destination
public
testSaveException() : void
Return values
void —testSetModuleValues()
covers the module values settings
public
testSetModuleValues() : void
Tags
Return values
void —testStringOutput()
coverage of the built-in output modules
public
testStringOutput(string $type) : void
Parameters
- $type : string