PHP Class Neos\Neos\Tests\Functional\AbstractNodeTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
setUp ( )
tearDown ( )

Méthodes protégées

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

Method Details

getNodeWithContextPath() protected méthode

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

markSkippedIfNodeTypesPackageIsNotInstalled() protected méthode

setUp() public méthode

public setUp ( )

tearDown() public méthode

public tearDown ( )

Property Details

$contextFactory protected_oe property

protected ContextFactoryInterface,Neos\ContentRepository\Domain\Service $contextFactory
Résultat Neos\ContentRepository\Domain\Service\ContextFactoryInterface

$fixtureFileName protected_oe property

the Nodes fixture
protected $fixtureFileName

$node protected_oe property

protected NodeInterface,Neos\ContentRepository\Domain\Model $node
Résultat Neos\ContentRepository\Domain\Model\NodeInterface

$nodeContextPath protected_oe property

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

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
Résultat boolean

$testableSecurityEnabled protected_oe property

protected bool $testableSecurityEnabled
Résultat boolean