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

Afficher le fichier Open project: neos/neos-development-collection

Méthodes publiques

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

Method Details

nextUntilOperationDataProvider() public méthode

public nextUntilOperationDataProvider ( ) : array
Résultat array

nextUntilOperationTests() public méthode

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