PHP Class FluidTYPO3\Flux\Tests\Unit\View\TemplatePathsTest

Inheritance: extends TYPO3\CMS\Core\Tests\BaseTestCase
Afficher le fichier Open project: fluidtypo3/flux

Méthodes publiques

Méthode Description
getGetterAndSetterTestValues ( ) : array
getResolveFilesMethodTestValues ( ) : array
testFillByPackageName ( ) : void
testFillByTypoScript ( ) : void
testGetterAndSetter ( string $property, mixed $value )
testResolveFilesInFolders ( ) : void
testResolveFilesMethodCallsResolveFilesInFolders ( string $method, string $pathsMethod )
testResolveTemplateFileForControllerAndActionAndFormat ( )
testResolveTemplateFileForControllerAndActionAndFormatReturnsNullIfNotFound ( )
testToArray ( ) : void

Method Details

getGetterAndSetterTestValues() public méthode

public getGetterAndSetterTestValues ( ) : array
Résultat array

getResolveFilesMethodTestValues() public méthode

testFillByPackageName() public méthode

public testFillByPackageName ( ) : void
Résultat void

testFillByTypoScript() public méthode

public testFillByTypoScript ( ) : void
Résultat void

testGetterAndSetter() public méthode

public testGetterAndSetter ( string $property, mixed $value )
$property string
$value mixed

testResolveFilesInFolders() public méthode

public testResolveFilesInFolders ( ) : void
Résultat void

testResolveFilesMethodCallsResolveFilesInFolders() public méthode

public testResolveFilesMethodCallsResolveFilesInFolders ( string $method, string $pathsMethod )
$method string
$pathsMethod string

testResolveTemplateFileForControllerAndActionAndFormat() public méthode

testResolveTemplateFileForControllerAndActionAndFormatReturnsNullIfNotFound() public méthode

testToArray() public méthode

public testToArray ( ) : void
Résultat void