public function QueryGroupByTest::testGroupByMin in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/views/src/Tests/QueryGroupByTest.php \Drupal\views\Tests\QueryGroupByTest::testGroupByMin()
Tests the min aggregation function.
File
- core/
modules/ views/ src/ Tests/ QueryGroupByTest.php, line 163 - Contains \Drupal\views\Tests\QueryGroupByTest.
Class
- QueryGroupByTest
- Tests aggregate functionality of views, for example count.
Namespace
Drupal\views\TestsCode
public function testGroupByMin() {
$this
->groupByTestHelper('min', array(
1,
5,
));
}