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

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

Public Methods

Method 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 method

getEncodeTypoScriptArrayTestValues() public method

getEnsureDottedKeysTestValues() public method

testAddBackendLayouts() public method

public testAddBackendLayouts ( ) : void
return void

testEncodeTypoScriptArray() public method

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

testEnsureDottedKeys() public method

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

testGetBackendLayout() public method

public testGetBackendLayout ( ) : void
return void

testGetBackendLayoutConfiguration() public method

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

testPerformsInjections() public method

public testPerformsInjections ( ) : void
return void