PHP Класс Neos\Neos\Tests\Functional\AbstractNodeTest

Наследование: extends Neos\Flow\Tests\FunctionalTestCase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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