1 views_group_by.test ViewsQueryGroupByTest::testGroupByMax()

File

core/modules/views/tests/views_group_by.test, line 229
Tests aggregate functionality of Views.

Class

ViewsQueryGroupByTest
Tests aggregate functionality of views, for example count.

Code

function testGroupByMax() {
  $this->groupByTestHelper('max', array(4, 7));
}