QRCodeTest
extends TestCase
in package
Tests basic functions of the QRCode class
Table of Contents
- $options : QROptions
- $qrcode : QRCode
- testGetMatrixException() : void
- tests if an exception is thrown when trying to call getMatrix() without data (empty string, no data set)
- testInitOutputInterfaceException() : void
- tests if an exception is thrown when an invalid (built-in) output type is specified
- setUp() : void
- invoke test instances
Properties
$options
private
QROptions
$options
$qrcode
private
QRCode
$qrcode
Methods
testGetMatrixException()
tests if an exception is thrown when trying to call getMatrix() without data (empty string, no data set)
public
testGetMatrixException() : void
Return values
void —testInitOutputInterfaceException()
tests if an exception is thrown when an invalid (built-in) output type is specified
public
testInitOutputInterfaceException() : void
Return values
void —setUp()
invoke test instances
protected
setUp() : void