PHP 클래스 Neos\Neos\Tests\Functional\ViewHelpers\Uri\NodeViewHelperTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$contentContext Neos\Neos\Domain\Service\ContentContext
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$propertyMapper Neos\Flow\Property\PropertyMapper
$testablePersistenceEnabled
$testableSecurityEnabled
$tsRuntime Neos\Fusion\Core\Runtime
$viewHelper Neos\Neos\ViewHelpers\Uri\NodeViewHelper

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )
viewHelperCatchesExceptionIfTargetNodeDoesNotExist ( )
viewHelperRendersUriViaAbsoluteNodePathString ( )
viewHelperRendersUriViaContextNodePathString ( ) We empty the TemplateVariableContainer for this test, as it shouldn't be needed for rendering a link to a node identified by ContextNodePath
viewHelperRendersUriViaGivenNodeObject ( )
viewHelperRendersUriViaNodeUriPathString ( )
viewHelperRendersUriViaStringPointingToSubNodes ( )
viewHelperRendersUriViaStringStartingWithTilde ( )
viewHelperRespectsAbsoluteParameter ( )
viewHelperRespectsArgumentsParameter ( )
viewHelperRespectsBaseNodeNameParameter ( )

보호된 메소드들

메소드 설명
assertOutputLinkValid ( $expected, $actual ) A wrapper function for the appropriate assertion for the Link- and its Uri-ViewHelper derivate.

메소드 상세

assertOutputLinkValid() 보호된 메소드

Is overridden in the FunctionalTest for the LinkViewHelper.
protected assertOutputLinkValid ( $expected, $actual )

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

viewHelperCatchesExceptionIfTargetNodeDoesNotExist() 공개 메소드

viewHelperRendersUriViaAbsoluteNodePathString() 공개 메소드

viewHelperRendersUriViaContextNodePathString() 공개 메소드

We empty the TemplateVariableContainer for this test, as it shouldn't be needed for rendering a link to a node identified by ContextNodePath

viewHelperRendersUriViaGivenNodeObject() 공개 메소드

viewHelperRendersUriViaNodeUriPathString() 공개 메소드

viewHelperRendersUriViaStringPointingToSubNodes() 공개 메소드

viewHelperRendersUriViaStringStartingWithTilde() 공개 메소드

viewHelperRespectsAbsoluteParameter() 공개 메소드

viewHelperRespectsArgumentsParameter() 공개 메소드

viewHelperRespectsBaseNodeNameParameter() 공개 메소드

프로퍼티 상세

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

protected ContentContext,Neos\Neos\Domain\Service $contentContext
리턴 Neos\Neos\Domain\Service\ContentContext

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

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
리턴 Neos\ContentRepository\Domain\Service\ContextFactoryInterface

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

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
리턴 Neos\ContentRepository\Domain\Repository\NodeDataRepository

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

protected PropertyMapper,Neos\Flow\Property $propertyMapper
리턴 Neos\Flow\Property\PropertyMapper

$testablePersistenceEnabled 보호되어 있는 정적으로 프로퍼티

protected static $testablePersistenceEnabled

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

protected $testableSecurityEnabled

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

protected Runtime,Neos\Fusion\Core $tsRuntime
리턴 Neos\Fusion\Core\Runtime

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

protected NodeViewHelper,Neos\Neos\ViewHelpers\Uri $viewHelper
리턴 Neos\Neos\ViewHelpers\Uri\NodeViewHelper