PHP 클래스 FluidTYPO3\Flux\Tests\Unit\Provider\AbstractProviderTest

상속: extends FluidTYPO3\Flux\Tests\Unit\AbstractTestCase
파일 보기 프로젝트 열기: fluidtypo3/flux

보호된 프로퍼티들

프로퍼티 타입 설명
$configurationProviderClassName string

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
getBasicRecord ( ) : array
getConfigurationProviderInstance ( ) : ProviderInterface

메소드 상세

canCallPreProcessCommand() 공개 메소드

canCallResetMethod() 공개 메소드

public 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.
public canGetExtensionKey ( )

canGetFieldName() 공개 메소드

public canGetFieldName ( )

canGetFlexformValues() 공개 메소드

canGetForcedTemplateVariables() 공개 메소드

canGetForm() 공개 메소드

public canGetForm ( )

canGetFormWithFieldsFromTemplate() 공개 메소드

canGetGrid() 공개 메소드

public canGetGrid ( )

canGetParentFieldName() 공개 메소드

canGetPriority() 공개 메소드

public canGetPriority ( )

canGetTableName() 공개 메소드

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

canGetTemplateFilePathAndFilename() 공개 메소드

canGetTemplatePaths() 공개 메소드

public canGetTemplatePaths ( )

canGetTemplateVariables() 공개 메소드

canLoadRecordFromDatabase() 공개 메소드

canPostProcessDataStructure() 공개 메소드

canPostProcessDataStructureWithManualFormInstance() 공개 메소드

canPostProcessRecord() 공개 메소드

canPostProcessRecordWithNullFieldName() 공개 메소드

canPreProcessRecordAndTransferDataToRecordValues() 공개 메소드

canSetConfigurationSectionName() 공개 메소드

canSetExtensionKey() 공개 메소드

public canSetExtensionKey ( )

canSetExtensionKeyAndPassToFormThroughLoadSettings() 공개 메소드

canSetFieldName() 공개 메소드

public canSetFieldName ( )

canSetForm() 공개 메소드

public canSetForm ( )

canSetGrid() 공개 메소드

public canSetGrid ( )

canSetTableName() 공개 메소드

public canSetTableName ( )

canSetTemplatePathAndFilename() 공개 메소드

canSetTemplatePaths() 공개 메소드

public canSetTemplatePaths ( )

canSetTemplateVariables() 공개 메소드

canUseAbsoluteTemplatePathDirectly() 공개 메소드

getBasicRecord() 보호된 메소드

protected getBasicRecord ( ) : array
리턴 array

getConfigurationProviderInstance() 보호된 메소드

protected getConfigurationProviderInstance ( ) : ProviderInterface
리턴 ProviderInterface

getFormReturnsEarlyFormInstanceIfClassDefinedAndExists() 공개 메소드

getPreviewUsesPreviewView() 공개 메소드

getPreviewViewReturnsPreviewViewInstance() 공개 메소드

prunesEmptyFieldNodesOnRecordSave() 공개 메소드

testApplyLocalisationToPageValues() 공개 메소드

testDontApplyLocalisationToPageValuesInDefaultLanguage() 공개 메소드

testMaintainUidAndPidOfThePage() 공개 메소드

프로퍼티 상세

$configurationProviderClassName 보호되어 있는 프로퍼티

protected string $configurationProviderClassName
리턴 string