PHP Class CakePdf\Test\TestCase\Pdf\CakePdfTest

Inheritance: extends Cake\TestSuite\TestCase
Show file Open project: ceeram/cakepdf

Public Methods

Method Description
provider ( )
setUp ( )
testConfigRead ( $config )
testCustomLayoutPaths ( $config ) Test the custom paths for Layouts
testCustomTemplatePaths ( $config ) Test the custom paths for Templates
testEngine ( $config ) Tests that engine returns the proper object
testMargin ( $config )
testNonExistingEngineException ( ) Tests exception to be thrown for a non existing engine
testOutput ( $config ) testOutput
testPluginOutput ( $config ) testPluginOutput

Method Details

provider() public static method

public static provider ( )

setUp() public method

public setUp ( )

testConfigRead() public method

public testConfigRead ( $config )

testCustomLayoutPaths() public method

Test the custom paths for Layouts
public testCustomLayoutPaths ( $config )

testCustomTemplatePaths() public method

Test the custom paths for Templates
public testCustomTemplatePaths ( $config )

testEngine() public method

Tests that engine returns the proper object
public testEngine ( $config )

testMargin() public method

public testMargin ( $config )

testNonExistingEngineException() public method

Tests exception to be thrown for a non existing engine

testOutput() public method

testOutput
public testOutput ( $config )

testPluginOutput() public method

testPluginOutput
public testPluginOutput ( $config )