PHP Class CakePdf\Test\TestCase\Pdf\Engine\DomPdfEngineTest

Inheritance: extends Cake\TestSuite\TestCase
Datei anzeigen Open project: ceeram/cakepdf

Public Methods

Method Description
testControlFlow ( ) Tests that the engine runs as expected.
testDompdfControlFlow ( ) Tests that the Dompdf instance is being processed as expected.
testOutput ( ) Tests generating actual output.
testReceiveOptions ( ) Tests that the engine receives the expected options.
testSetOptions ( ) Tests that the engine sets the options properly.

Method Details

testControlFlow() public method

Tests that the engine runs as expected.
public testControlFlow ( )

testDompdfControlFlow() public method

Tests that the Dompdf instance is being processed as expected.

testOutput() public method

Tests generating actual output.
public testOutput ( )

testReceiveOptions() public method

Tests that the engine receives the expected options.
public testReceiveOptions ( )

testSetOptions() public method

Tests that the engine sets the options properly.
public testSetOptions ( )