PHP Class FluidTYPO3\Flux\Tests\Unit\Provider\AbstractProviderTest

Inheritance: extends FluidTYPO3\Flux\Tests\Unit\AbstractTestCase
Datei anzeigen Open project: fluidtypo3/flux

Protected Properties

Property Type Description
$configurationProviderClassName string

Public Methods

Method Description
canCallPreProcessCommand ( )
canCallResetMethod ( )
canExecuteClearCacheCommand ( )
canGetAndSetContentObjectType ( )
canGetAndSetListType ( )
canGetConfigurationSection ( )
canGetControllerActionName ( )
canGetControllerActionReferenceName ( )
canGetControllerExtensionKey ( )
canGetExtensionKey ( ) BASIC STUB: override this in your own test class if your Provider is expected to return an extension key.
canGetFieldName ( )
canGetFlexformValues ( )
canGetForcedTemplateVariables ( )
canGetForm ( )
canGetFormWithFieldsFromTemplate ( )
canGetGrid ( )
canGetParentFieldName ( )
canGetPriority ( )
canGetTableName ( ) BASIC STUB: override this in your own test class if your Provider is expected to return an extension key.
canGetTemplateFilePathAndFilename ( )
canGetTemplatePaths ( )
canGetTemplateVariables ( )
canLoadRecordFromDatabase ( )
canPostProcessDataStructure ( )
canPostProcessDataStructureWithManualFormInstance ( )
canPostProcessRecord ( )
canPostProcessRecordWithNullFieldName ( )
canPreProcessRecordAndTransferDataToRecordValues ( )
canSetConfigurationSectionName ( )
canSetExtensionKey ( )
canSetExtensionKeyAndPassToFormThroughLoadSettings ( )
canSetFieldName ( )
canSetForm ( )
canSetGrid ( )
canSetTableName ( )
canSetTemplatePathAndFilename ( )
canSetTemplatePaths ( )
canSetTemplateVariables ( )
canUseAbsoluteTemplatePathDirectly ( )
getFormReturnsEarlyFormInstanceIfClassDefinedAndExists ( )
getPreviewUsesPreviewView ( )
getPreviewViewReturnsPreviewViewInstance ( )
prunesEmptyFieldNodesOnRecordSave ( )
testApplyLocalisationToPageValues ( )
testDontApplyLocalisationToPageValuesInDefaultLanguage ( )
testMaintainUidAndPidOfThePage ( )

Protected Methods

Method Description
getBasicRecord ( ) : array
getConfigurationProviderInstance ( ) : ProviderInterface

Method Details

canCallPreProcessCommand() public method

canCallResetMethod() public method

public canCallResetMethod ( )

canExecuteClearCacheCommand() public method

canGetAndSetContentObjectType() public method

canGetAndSetListType() public method

canGetConfigurationSection() public method

canGetControllerActionName() public method

canGetControllerActionReferenceName() public method

canGetControllerExtensionKey() public method

canGetExtensionKey() public method

BASIC STUB: override this in your own test class if your Provider is expected to return an extension key.
public canGetExtensionKey ( )

canGetFieldName() public method

public canGetFieldName ( )

canGetFlexformValues() public method

canGetForcedTemplateVariables() public method

canGetForm() public method

public canGetForm ( )

canGetFormWithFieldsFromTemplate() public method

canGetGrid() public method

public canGetGrid ( )

canGetParentFieldName() public method

canGetPriority() public method

public canGetPriority ( )

canGetTableName() public method

BASIC STUB: override this in your own test class if your Provider is expected to return an extension key.
public canGetTableName ( )

canGetTemplateFilePathAndFilename() public method

canGetTemplatePaths() public method

public canGetTemplatePaths ( )

canGetTemplateVariables() public method

canLoadRecordFromDatabase() public method

canPostProcessDataStructure() public method

canPostProcessDataStructureWithManualFormInstance() public method

canPostProcessRecord() public method

canPostProcessRecordWithNullFieldName() public method

canPreProcessRecordAndTransferDataToRecordValues() public method

canSetConfigurationSectionName() public method

canSetExtensionKey() public method

public canSetExtensionKey ( )

canSetExtensionKeyAndPassToFormThroughLoadSettings() public method

canSetFieldName() public method

public canSetFieldName ( )

canSetForm() public method

public canSetForm ( )

canSetGrid() public method

public canSetGrid ( )

canSetTableName() public method

public canSetTableName ( )

canSetTemplatePathAndFilename() public method

canSetTemplatePaths() public method

public canSetTemplatePaths ( )

canSetTemplateVariables() public method

canUseAbsoluteTemplatePathDirectly() public method

getBasicRecord() protected method

protected getBasicRecord ( ) : array
return array

getConfigurationProviderInstance() protected method

protected getConfigurationProviderInstance ( ) : ProviderInterface
return ProviderInterface

getFormReturnsEarlyFormInstanceIfClassDefinedAndExists() public method

getPreviewUsesPreviewView() public method

getPreviewViewReturnsPreviewViewInstance() public method

prunesEmptyFieldNodesOnRecordSave() public method

testApplyLocalisationToPageValues() public method

testDontApplyLocalisationToPageValuesInDefaultLanguage() public method

testMaintainUidAndPidOfThePage() public method

Property Details

$configurationProviderClassName protected_oe property

protected string $configurationProviderClassName
return string