1 views_groupby.test ViewsQueryGroupByTest::testGroupByMax()

File

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