Documentation

QROutputTestAbstract extends TestCase
in package

Test abstract for the several (built-in) output modules, should also be used to test custom output modules

Table of Contents

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

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
dataProvider

types

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 abstract testSetModuleValues() : void
Return values
void

testStringOutput()

coverage of the built-in output modules

public testStringOutput(string $type) : void
Parameters
$type : string
Tags
dataProvider

types

Return values
void

Search results