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

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

Public Methods

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

Method Details

nextUntilOperationDataProvider() public method

nextUntilOperationTests() public method

a a1 a2 a3 (testNodeType) a4 a5 (testNodeType) b b1 b2 b3 (testNodeType3) b4
public nextUntilOperationTests ( array $currentNodePaths, $subject, array $expectedNodePaths, array $unexpectedNodePaths )
$currentNodePaths array
$expectedNodePaths array
$unexpectedNodePaths array