Home
last modified time | relevance | path

Searched refs:createAggregationResult (Results 1 – 3 of 3) sorted by relevance

/plugin/struct/_test/
H A DNestedResultTest.php76 $result = $this->createAggregationResult($this->simpleItems);
89 $result = $this->createAggregationResult($this->simpleItems);
114 $result = $this->createAggregationResult($this->simpleItems);
142 $result = $this->createAggregationResult($this->multiItems);
178 $result = $this->createAggregationResult($this->multiHoleItems);
192 $result = $this->createAggregationResult($this->multiMultiItems);
206 $result = $this->createAggregationResult($this->multiMultiItems);
221 $result = $this->createAggregationResult($this->simpleItems);
239 $result = $this->createAggregationResult($this->multiItems);
H A DAggregationFilterTest.php30 $result = $this->createAggregationResult($this->items);
H A DStructTest.php125 protected function createAggregationResult($rows) function in dokuwiki\\plugin\\struct\\test\\StructTest