function ViewsQueryGroupByTest::testGroupByMax

File

tests/views_groupby.test, line 350

Class

ViewsQueryGroupByTest
Tests aggregate functionality of views, for example count.

Code

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