PHP 클래스 FluidTYPO3\Flux\Tests\Unit\View\PreviewViewTest

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

공개 메소드들

메소드 설명
avoidsRenderPreviewSectionIfTemplateFileDoesNotExist ( )
configurePageLayoutViewForLanguageModeSetsSpecialVariablesInLanguageMode ( )
getPreviewTestOptions ( ) : array
getProcessRecordOverlaysTestValues ( ) : array
getWorkspaceVersionOfRecordOrRecordItselfTestValues ( ) : array
rendersPreviews ( array $options, string $finalAssertionMethod ) : void
returnsDefaultsWithoutForm ( )
setUp ( ) : void
testDrawRecord ( )
testDrawRecordDrawsEachRecord ( )
testGetNewLink ( )
testGetOptionModeReturnsDefaultIfNoValidOptionsFound ( )
testGetWorkspaceVersionOfRecordOrRecordItself ( array $record, $workspaceId, array $expected )
testParseGridColumnTemplate ( )
testProcessRecordOverlays ( array $input, array $expected )

보호된 메소드들

메소드 설명
assertPreviewComesAfterGrid ( string $preview ) : void
assertPreviewComesBeforeGrid ( string $preview ) : void
assertPreviewContainsToggle ( string $preview ) : void
assertPreviewIsEmpty ( string $preview ) : void

메소드 상세

assertPreviewComesAfterGrid() 보호된 메소드

protected assertPreviewComesAfterGrid ( string $preview ) : void
$preview string
리턴 void

assertPreviewComesBeforeGrid() 보호된 메소드

protected assertPreviewComesBeforeGrid ( string $preview ) : void
$preview string
리턴 void

assertPreviewContainsToggle() 보호된 메소드

protected assertPreviewContainsToggle ( string $preview ) : void
$preview string
리턴 void

assertPreviewIsEmpty() 보호된 메소드

protected assertPreviewIsEmpty ( string $preview ) : void
$preview string
리턴 void

avoidsRenderPreviewSectionIfTemplateFileDoesNotExist() 공개 메소드

configurePageLayoutViewForLanguageModeSetsSpecialVariablesInLanguageMode() 공개 메소드

getPreviewTestOptions() 공개 메소드

public getPreviewTestOptions ( ) : array
리턴 array

getProcessRecordOverlaysTestValues() 공개 메소드

getWorkspaceVersionOfRecordOrRecordItselfTestValues() 공개 메소드

rendersPreviews() 공개 메소드

public rendersPreviews ( array $options, string $finalAssertionMethod ) : void
$options array
$finalAssertionMethod string
리턴 void

returnsDefaultsWithoutForm() 공개 메소드

setUp() 공개 메소드

public setUp ( ) : void
리턴 void

testDrawRecord() 공개 메소드

public testDrawRecord ( )

testDrawRecordDrawsEachRecord() 공개 메소드

testGetOptionModeReturnsDefaultIfNoValidOptionsFound() 공개 메소드

testGetWorkspaceVersionOfRecordOrRecordItself() 공개 메소드

public testGetWorkspaceVersionOfRecordOrRecordItself ( array $record, $workspaceId, array $expected )
$record array
$workspaceId
$expected array

testParseGridColumnTemplate() 공개 메소드

testProcessRecordOverlays() 공개 메소드

public testProcessRecordOverlays ( array $input, array $expected )
$input array
$expected array