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

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

Méthodes publiques

Méthode Description
getConvertFileReferenceToTemplatePathAndFilenameTestValues ( ) : array
getPageConfigurationInvalidTestValues ( ) : array
getViewConfigurationByFileReferenceTestValues ( ) : array
testConvertFileReferenceToTemplatePathAndFilename ( string $reference, string | null $resourceFactoryOutput, string $expected ) : void
testGetPageConfigurationCallsGetViewConfigurationForExtensionName ( ) : void
testGetPageConfigurationReturnsEmptyArrayAndDispatchesMessageOnInvalidInput ( mixed $input ) : void
testGetPageConfigurationWithoutExtensionNameReadsRegisteredProviders ( ) : void
testGetViewConfigurationByFileReference ( string $reference, string $expectedParameter ) : void
testPerformsInjections ( ) : void

Method Details

getConvertFileReferenceToTemplatePathAndFilenameTestValues() public méthode

getPageConfigurationInvalidTestValues() public méthode

getViewConfigurationByFileReferenceTestValues() public méthode

testConvertFileReferenceToTemplatePathAndFilename() public méthode

public testConvertFileReferenceToTemplatePathAndFilename ( string $reference, string | null $resourceFactoryOutput, string $expected ) : void
$reference string
$resourceFactoryOutput string | null
$expected string
Résultat void

testGetPageConfigurationCallsGetViewConfigurationForExtensionName() public méthode

testGetPageConfigurationReturnsEmptyArrayAndDispatchesMessageOnInvalidInput() public méthode

testGetPageConfigurationWithoutExtensionNameReadsRegisteredProviders() public méthode

testGetViewConfigurationByFileReference() public méthode

public testGetViewConfigurationByFileReference ( string $reference, string $expectedParameter ) : void
$reference string
$expectedParameter string
Résultat void

testPerformsInjections() public méthode

public testPerformsInjections ( ) : void
Résultat void