PHP 클래스 Neos\Neos\Tests\Functional\Fusion\RenderingTest

파일 보기 프로젝트 열기: neos/neos

공개 메소드들

메소드 설명
additionalProcessorInPrototype ( )
additionalProcessorInPrototype2 ( )
assertSelectEquals ( string $selector, string $content, integer | boolean $count, mixed $actual, string $message = '', boolean $isHtml = true ) Helper function for setting assertions
basicRenderingWorks ( )
classesAreAppendedAsExpected ( )
contentCollectionsAndWrappedContentElementsCanBeRenderedWithCustomTagsAndAttributes ( )
debugModeSettingWorks ( )
menuIsRenderedAsExpected ( )
menuWithNegativeEntryLevelIsRenderedAsExpected ( )
overriddenValueInNestedPrototype ( )
overriddenValueInNestedPrototype2 ( )
overriddenValueInPrototype ( )
prototypeInheritance ( )
replaceElementRenderingCompletelyBasedOnAdvancedCondition ( )
replaceElementRenderingCompletelyInSidebar ( )

보호된 메소드들

메소드 설명
assertMainContentConformsToBasicRendering ( string $output ) Helper function for setting assertions
assertSidebarConformsToBasicRendering ( string $output ) Helper function for setting assertions
assertTeaserConformsToBasicRendering ( string $output ) Helper function for setting assertions
buildMockControllerContext ( ) : ControllerContext
createRuntimeWithFixtures ( string $additionalTypoScriptFile = null ) : Runtime Create a TypoScript runtime with the test base TypoScript and an optional additional fixture
simulateRendering ( string $additionalTypoScriptFile = null, boolean $debugMode = false ) : string Simulate the rendering

메소드 상세

additionalProcessorInPrototype() 공개 메소드

additionalProcessorInPrototype2() 공개 메소드

assertMainContentConformsToBasicRendering() 보호된 메소드

Helper function for setting assertions

assertSelectEquals() 공개 정적인 메소드

Helper function for setting assertions
public static assertSelectEquals ( string $selector, string $content, integer | boolean $count, mixed $actual, string $message = '', boolean $isHtml = true )
$selector string
$content string
$count integer | boolean assert specific number of elements, assert any elements exist if true, assert no elements exist if false
$actual mixed
$message string
$isHtml boolean

assertSidebarConformsToBasicRendering() 보호된 메소드

Helper function for setting assertions
protected assertSidebarConformsToBasicRendering ( string $output )
$output string

assertTeaserConformsToBasicRendering() 보호된 메소드

Helper function for setting assertions
protected assertTeaserConformsToBasicRendering ( string $output )
$output string

basicRenderingWorks() 공개 메소드

public basicRenderingWorks ( )

buildMockControllerContext() 보호된 메소드

protected buildMockControllerContext ( ) : ControllerContext
리턴 Neos\Flow\Mvc\Controller\ControllerContext

classesAreAppendedAsExpected() 공개 메소드

contentCollectionsAndWrappedContentElementsCanBeRenderedWithCustomTagsAndAttributes() 공개 메소드

createRuntimeWithFixtures() 보호된 메소드

Create a TypoScript runtime with the test base TypoScript and an optional additional fixture
protected createRuntimeWithFixtures ( string $additionalTypoScriptFile = null ) : Runtime
$additionalTypoScriptFile string
리턴 Neos\Fusion\Core\Runtime

debugModeSettingWorks() 공개 메소드

menuIsRenderedAsExpected() 공개 메소드

menuWithNegativeEntryLevelIsRenderedAsExpected() 공개 메소드

overriddenValueInNestedPrototype() 공개 메소드

overriddenValueInNestedPrototype2() 공개 메소드

overriddenValueInPrototype() 공개 메소드

prototypeInheritance() 공개 메소드

replaceElementRenderingCompletelyBasedOnAdvancedCondition() 공개 메소드

replaceElementRenderingCompletelyInSidebar() 공개 메소드

simulateRendering() 보호된 메소드

Simulate the rendering
protected simulateRendering ( string $additionalTypoScriptFile = null, boolean $debugMode = false ) : string
$additionalTypoScriptFile string
$debugMode boolean
리턴 string