PHP Class Neos\Neos\Tests\Functional\Service\NodeTypeSchemaBuilderTest

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

Protected Properties

Property Type Description
$nodeTypeSchemaBuilder Neos\Neos\Service\NodeTypeSchemaBuilder
$schema array The test schema

Public Methods

Method Description
alohaUiConfigurationPartsAreActualArrayAndDontContainExcludedElements ( )
constraintsAreEvaluatedForANodeType ( )
constraintsForNamedChildNodeTypesAreEvaluatedForANodeType ( )
inheritanceMapContainsTransitiveSubTypes ( )
nodeTypesContainCorrectSuperTypes ( )
setUp ( )
theNodeTypeSchemaIncludesSubTypesInheritanceMap ( )

Method Details

alohaUiConfigurationPartsAreActualArrayAndDontContainExcludedElements() public method

constraintsAreEvaluatedForANodeType() public method

constraintsForNamedChildNodeTypesAreEvaluatedForANodeType() public method

inheritanceMapContainsTransitiveSubTypes() public method

nodeTypesContainCorrectSuperTypes() public method

setUp() public method

public setUp ( )

theNodeTypeSchemaIncludesSubTypesInheritanceMap() public method

Property Details

$nodeTypeSchemaBuilder protected property

protected NodeTypeSchemaBuilder,Neos\Neos\Service $nodeTypeSchemaBuilder
return Neos\Neos\Service\NodeTypeSchemaBuilder

$schema protected property

The test schema
protected array $schema
return array