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

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

Méthodes publiques

Méthode Description
getBackendLayoutConfigurationTestValues ( ) : array
getEncodeTypoScriptArrayTestValues ( ) : array
getEnsureDottedKeysTestValues ( ) : array
testAddBackendLayouts ( ) : void
testEncodeTypoScriptArray ( array $input, $expected )
testEnsureDottedKeys ( array $input, array $expected )
testGetBackendLayout ( ) : void
testGetBackendLayoutConfiguration ( FluidTYPO3\Flux\Provider\Provider $provider, mixed $record, array $expected )
testPerformsInjections ( ) : void

Method Details

getBackendLayoutConfigurationTestValues() public méthode

getEncodeTypoScriptArrayTestValues() public méthode

getEnsureDottedKeysTestValues() public méthode

public getEnsureDottedKeysTestValues ( ) : array
Résultat array

testAddBackendLayouts() public méthode

public testAddBackendLayouts ( ) : void
Résultat void

testEncodeTypoScriptArray() public méthode

public testEncodeTypoScriptArray ( array $input, $expected )
$input array
$expected

testEnsureDottedKeys() public méthode

public testEnsureDottedKeys ( array $input, array $expected )
$input array
$expected array

testGetBackendLayout() public méthode

public testGetBackendLayout ( ) : void
Résultat void

testGetBackendLayoutConfiguration() public méthode

public testGetBackendLayoutConfiguration ( FluidTYPO3\Flux\Provider\Provider $provider, mixed $record, array $expected )
$provider FluidTYPO3\Flux\Provider\Provider
$record mixed
$expected array

testPerformsInjections() public méthode

public testPerformsInjections ( ) : void
Résultat void