PHP 클래스 Neos\Neos\Tests\Functional\AbstractNodeTest

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$fixtureFileName the Nodes fixture
$node Neos\ContentRepository\Domain\Model\NodeInterface
$nodeContextPath the context path of the node to load initially
$testablePersistenceEnabled boolean
$testableSecurityEnabled boolean

공개 메소드들

메소드 설명
setUp ( )
tearDown ( )

보호된 메소드들

메소드 설명
getNodeWithContextPath ( $contextPath ) : Neos\ContentRepository\Domain\Model\NodeInterface Retrieve a node through the property mapper
markSkippedIfNodeTypesPackageIsNotInstalled ( )

메소드 상세

getNodeWithContextPath() 보호된 메소드

Retrieve a node through the property mapper
protected getNodeWithContextPath ( $contextPath ) : Neos\ContentRepository\Domain\Model\NodeInterface
$contextPath
리턴 Neos\ContentRepository\Domain\Model\NodeInterface

markSkippedIfNodeTypesPackageIsNotInstalled() 보호된 메소드

setUp() 공개 메소드

public setUp ( )

tearDown() 공개 메소드

public tearDown ( )

프로퍼티 상세

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

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

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

the Nodes fixture
protected $fixtureFileName

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

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
리턴 Neos\ContentRepository\Domain\Model\NodeInterface

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

the context path of the node to load initially
protected $nodeContextPath

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

protected static bool $testablePersistenceEnabled
리턴 boolean

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

protected bool $testableSecurityEnabled
리턴 boolean