1 views_group_by.test ViewsQueryGroupByTest::testGroupByMin()

File

core/modules/views/tests/views_group_by.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));
}