public function ViewsQueryGroupByTest::testGroupByMin in Views (for Drupal 7) 7.3
File
- tests/
views_groupby.test, line 339 - Definitions of ViewsQueryGroupByTest and ViewsUiGroupbyTestCase.
Class
- ViewsQueryGroupByTest
- Tests aggregate functionality of views, for example count.
Code
public function testGroupByMin() {
$this
->GroupByTestHelper('min', array(
1,
5,
));
}