PHP Class FluidTYPO3\Fluidpages\Tests\Unit\Backend\PageLayoutSelectorTest

Inheritance: extends TYPO3\CMS\Core\Tests\UnitTestCase
Datei anzeigen Open project: fluidtypo3/fluidpages

Public Methods

Method Description
getRenderInheritanceFieldTestValues ( ) : array
getRenderOptionsTestValues ( ) : array
testPerformsInjections ( ) : void
testRenderField ( ) : void
testRenderInheritanceField ( array $parameters, array $settings, boolean $expectsEmpty )
testRenderOption ( )
testRenderOptions ( string $extension, string $expectedTitle ) : void

Method Details

getRenderInheritanceFieldTestValues() public method

getRenderOptionsTestValues() public method

public getRenderOptionsTestValues ( ) : array
return array

testPerformsInjections() public method

public testPerformsInjections ( ) : void
return void

testRenderField() public method

public testRenderField ( ) : void
return void

testRenderInheritanceField() public method

public testRenderInheritanceField ( array $parameters, array $settings, boolean $expectsEmpty )
$parameters array
$settings array
$expectsEmpty boolean

testRenderOption() public method

public testRenderOption ( )

testRenderOptions() public method

public testRenderOptions ( string $extension, string $expectedTitle ) : void
$extension string
$expectedTitle string
return void