PHP Class Neos\ContentRepository\Tests\Functional\Eel\FlowQueryOperations\ParentsUntilOperationTest

Datei anzeigen Open project: neos/neos-development-collection

Public Methods

Method Description
parentsUntilOperationDataProvider ( ) : array
parentsUntilOperationTests ( array $currentNodePaths, $subject, array $expectedNodePaths, array $unexpectedNodePaths ) Tests on a tree:

Method Details

parentsUntilOperationDataProvider() public method

parentsUntilOperationTests() public method

a (Testing:NodeType) a1 (Testing:NodeType) a2 a3 (Testing:NodeType) a4 a5 b (Testing:NodeType) b1 b2 (Testing:NodeType) b3 b3a b3b b4 (Testing:NodeType) b4a b4b (Testing:NodeType) b4ba (Testing:NodeType) b4bb b4bba
public parentsUntilOperationTests ( array $currentNodePaths, $subject, array $expectedNodePaths, array $unexpectedNodePaths )
$currentNodePaths array
$expectedNodePaths array
$unexpectedNodePaths array