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

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

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

Свойство Тип Описание
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$fixtureFileName the Nodes fixture
$liveWorkspace Neos\ContentRepository\Domain\Model\Workspace
$node Neos\ContentRepository\Domain\Model\NodeInterface
$nodeContextPath the context path of the node to load initially
$testablePersistenceEnabled boolean
$testableSecurityEnabled boolean Note: this will implicitly enable testable HTTP as well.
$workspaceRepository Neos\ContentRepository\Domain\Repository\WorkspaceRepository

Открытые методы

Метод Описание
__construct ( string $name = null, array $data = [], string $dataName = '' )
setUp ( )
tearDown ( )

Защищенные методы

Метод Описание
getNodeWithContextPath ( $contextPath ) : Neos\ContentRepository\Domain\Model\NodeInterface Retrieve a node through the property mapper
markSkippedIfNodeTypesPackageIsNotInstalled ( )

Описание методов

__construct() публичный Метод

public __construct ( string $name = null, array $data = [], string $dataName = '' )
$name string
$data array
$dataName string

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

$liveWorkspace защищенное свойство

protected Workspace,Neos\ContentRepository\Domain\Model $liveWorkspace
Результат Neos\ContentRepository\Domain\Model\Workspace

$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 защищенное свойство

Note: this will implicitly enable testable HTTP as well.
protected bool $testableSecurityEnabled
Результат boolean

$workspaceRepository защищенное свойство

protected WorkspaceRepository,Neos\ContentRepository\Domain\Repository $workspaceRepository
Результат Neos\ContentRepository\Domain\Repository\WorkspaceRepository