PHP Class Neos\ContentRepository\Tests\Functional\Domain\NodeConstraintsTest

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

Protected Properties

Property Type Description
$contextFactory Neos\ContentRepository\Domain\Service\ContextFactoryInterface
$nodeDataRepository Neos\ContentRepository\Domain\Repository\NodeDataRepository
$nodeTypeManager Neos\ContentRepository\Domain\Service\NodeTypeManager
$rootNode Neos\ContentRepository\Domain\Model\NodeInterface
$testablePersistenceEnabled boolean

Public Methods

Method Description
childNodeWithChildNodeConstraintsAndNodeTypeConstraintsThrowsException ( )
childNodeWithChildNodeConstraintsAndNodeTypeConstraintsWorks ( )
creatingNodeInChildNodeWithChildNodeConstraintsThrowsException ( )
inheritanceBasedConstraintsWork ( )
movingNodeToWhereItsSuperTypeIsDisallowedThrowsException ( )
movingNodeToWhereItsTypeIsDisallowedThrowsException ( )
setUp ( ) : void
tearDown ( ) : void

Method Details

childNodeWithChildNodeConstraintsAndNodeTypeConstraintsThrowsException() public method

childNodeWithChildNodeConstraintsAndNodeTypeConstraintsWorks() public method

creatingNodeInChildNodeWithChildNodeConstraintsThrowsException() public method

inheritanceBasedConstraintsWork() public method

movingNodeToWhereItsSuperTypeIsDisallowedThrowsException() public method

movingNodeToWhereItsTypeIsDisallowedThrowsException() public method

setUp() public method

public setUp ( ) : void
return void

tearDown() public method

public tearDown ( ) : void
return void

Property Details

$contextFactory protected property

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

$nodeDataRepository protected property

protected NodeDataRepository,Neos\ContentRepository\Domain\Repository $nodeDataRepository
return Neos\ContentRepository\Domain\Repository\NodeDataRepository

$nodeTypeManager protected property

protected NodeTypeManager,Neos\ContentRepository\Domain\Service $nodeTypeManager
return Neos\ContentRepository\Domain\Service\NodeTypeManager

$rootNode protected property

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

$testablePersistenceEnabled protected static property

protected static bool $testablePersistenceEnabled
return boolean