1 views_groupby.test public ViewsQueryGroupByTest::testGroupByCount()

File

core/modules/views/tests/views_groupby.test, line 212
Tests aggregate functionality of Views.

Class

ViewsQueryGroupByTest
Tests aggregate functionality of views, for example count.

Code

public function testGroupByCount() {
  $this->GroupByTestHelper('count', array(4, 3));
}