1.20.x views_groupby.test | ViewsQueryGroupByTest::testGroupByMin() |
File
- modules/
views/ tests/ views_groupby.test, line 225 - Tests aggregate functionality of Views.
Class
- ViewsQueryGroupByTest
- Tests aggregate functionality of views, for example count.
Code
function testGroupByMin() {
$this->GroupByTestHelper('min', array(1, 5));
}