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

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Mostrar archivo 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_oe property

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

$nodeDataRepository protected_oe property

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

$nodeTypeManager protected_oe property

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

$rootNode protected_oe property

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

$testablePersistenceEnabled protected_oe static_oe property

protected static bool $testablePersistenceEnabled
return boolean