TreeCollectionTest
package |
TreeHelperTest |
---|---|
subpackage |
Tree |
elementsProvider() : array
array
equalsProvider() : array
array
filterProvider() : array
array
filterRecursiveProvider() : array
array
filterRecursiveReverseProvider() : array
array
jsonSerializeProvider() : array
array
multisortProvider() : array
array
multisortRecursiveProvider() : array
array
removeProvider() : array
array
setNodesProvider() : array
array
setUp()
testCreate(array $Elements)
dataProvider |
elementsProvider |
---|---|
array
testEquals(\TreeCollection $Tree1, \TreeCollection $Tree2, boolean $equals)
testFilter(callable $filter, \TreeCollection $Tree, \TreeCollection $OutputTree)
dataProvider |
filterProvider |
---|---|
callable
\TreeCollection
\TreeCollection
testFilterRecursive(callable $filter, \TreeCollection $Tree, \TreeCollection $OutputTree)
dataProvider |
filterRecursiveProvider |
---|---|
callable
\TreeCollection
\TreeCollection
testFilterRecursiveReverse(callable $filter, \TreeCollection $Tree, \TreeCollection $OutputTree)
dataProvider |
filterRecursiveReverseProvider |
---|---|
callable
\TreeCollection
\TreeCollection
testJsonSerialize(\TreeCollection $Tree, array $output)
testMultisort(string|array $params, \TreeCollection $Tree, \TreeCollection $OutputTree)
dataProvider |
multisortProvider |
---|---|
string|array
\TreeCollection
\TreeCollection
testMultisortRecursive(string|array $params, \TreeCollection $Tree, \TreeCollection $OutputTree)
dataProvider |
multisortRecursiveProvider |
---|---|
string|array
\TreeCollection
\TreeCollection
testRemove(\TreeCollection $Tree, \TreeCollectionNode $Node, \TreeCollection $OutputTree)
dataProvider |
removeProvider |
---|---|
\TreeCollection
\TreeCollectionNode
\TreeCollection
testSetNodes(array $Nodes, array $initialElements)
dataProvider |
setNodesProvider |
---|---|
array
array