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

Inheritance: extends TYPO3\CMS\Core\Tests\UnitTestCase
Afficher le fichier Open project: fluidtypo3/fluidpages

Méthodes publiques

Méthode 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 méthode

getRenderOptionsTestValues() public méthode

public getRenderOptionsTestValues ( ) : array
Résultat array

testPerformsInjections() public méthode

public testPerformsInjections ( ) : void
Résultat void

testRenderField() public méthode

public testRenderField ( ) : void
Résultat void

testRenderInheritanceField() public méthode

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

testRenderOption() public méthode

public testRenderOption ( )

testRenderOptions() public méthode

public testRenderOptions ( string $extension, string $expectedTitle ) : void
$extension string
$expectedTitle string
Résultat void