1 views_groupby.test ViewsQueryGroupByTest::testGroupByMin()

File

core/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));
}