Searched refs:fetchAllResults (Results 1 – 1 of 1) sorted by relevance
| /plugin/struct/_test/ |
| H A D | AggregationResultsTest.php | 100 $result = $this->fetchAllResults($schema, ''); 103 $result = $this->fetchAllResults($schema, '', ['second', '=', 'green', 'AND']); 108 $result = $this->fetchAllResults($schema, '', ['second', '!~', 'green', 'AND']); 153 $result = $this->fetchAllResults('schema1'); 160 $result = $this->fetchAllResults('schema1'); 173 protected function fetchAllResults($schema, $id = '', $filters = []) function in dokuwiki\\plugin\\struct\\test\\AggregationResultsTest
|