PHP Class Neos\Neos\Tests\Functional\AbstractNodeTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Show file Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$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

Public Methods

Method Description
setUp ( )
tearDown ( )

Protected Methods

Method Description
getNodeWithContextPath ( $contextPath ) : Neos\ContentRepository\Domain\Model\NodeInterface Retrieve a node through the property mapper
markSkippedIfNodeTypesPackageIsNotInstalled ( )

Method Details

getNodeWithContextPath() protected method

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

markSkippedIfNodeTypesPackageIsNotInstalled() protected method

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

Property Details

$contextFactory protected property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
return Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$fixtureFileName protected property

the Nodes fixture
protected $fixtureFileName

$node protected property

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
return Neos\ContentRepository\Domain\Model\NodeInterface

$nodeContextPath protected property

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

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean

$testableSecurityEnabled protected property

protected bool $testableSecurityEnabled
return boolean