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

Inheritance: extends TYPO3\CMS\Core\Tests\BaseTestCase
Datei anzeigen Open project: fluidtypo3/flux

Public Methods

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

getResolveFilesMethodTestValues() public method

testFillByPackageName() public method

public testFillByPackageName ( ) : void
return void

testFillByTypoScript() public method

public testFillByTypoScript ( ) : void
return void

testGetterAndSetter() public method

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

testResolveFilesInFolders() public method

public testResolveFilesInFolders ( ) : void
return void

testResolveFilesMethodCallsResolveFilesInFolders() public method

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

testResolveTemplateFileForControllerAndActionAndFormat() public method

testResolveTemplateFileForControllerAndActionAndFormatReturnsNullIfNotFound() public method

testToArray() public method

public testToArray ( ) : void
return void