| 1 | <?php |
||
| 13 | class MinTest extends BaseAggregationTest |
||
| 14 | { |
||
| 15 | private const MIN_PRICE = 1; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @group functional |
||
| 19 | */ |
||
| 20 | public function testMinAggregation(): void |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @group functional |
||
| 34 | */ |
||
| 35 | public function testMinAggregationWithMissing(): void |
||
| 47 | |||
| 48 | protected function _getIndexForTest(): Index |
||
| 64 | } |
||
| 65 |