PHP Class FluidTYPO3\Fluidpages\Tests\Unit\Service\PageServiceTest

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

Méthodes publiques

Méthode Description
getAvailablePageTemplateFilesTestValues ( ) : array
getPageFlexFormSourceWithZeroUidReturnsNull ( )
getPageTemplateConfigurationTestValues ( ) : array
getPageTemplateConfigurationWithZeroUidReturnsNull ( )
testGetAvailablePageTemplateFiles ( string | array $typoScript, mixed $expected )
testGetPageFlexFormSource ( ) : void
testGetPageTemplateConfiguration ( array $records, array | null $expected )

Méthodes protégées

Méthode Description
getPageService ( ) : PageService

Method Details

getAvailablePageTemplateFilesTestValues() public méthode

getPageFlexFormSourceWithZeroUidReturnsNull() public méthode

getPageService() protected méthode

protected getPageService ( ) : PageService
Résultat FluidTYPO3\Fluidpages\Service\PageService

getPageTemplateConfigurationTestValues() public méthode

getPageTemplateConfigurationWithZeroUidReturnsNull() public méthode

testGetAvailablePageTemplateFiles() public méthode

public testGetAvailablePageTemplateFiles ( string | array $typoScript, mixed $expected )
$typoScript string | array
$expected mixed

testGetPageFlexFormSource() public méthode

public testGetPageFlexFormSource ( ) : void
Résultat void

testGetPageTemplateConfiguration() public méthode

public testGetPageTemplateConfiguration ( array $records, array | null $expected )
$records array
$expected array | null