function ViewsQueryGroupByTest::testGroupByNone

File

tests/views_groupby.test, line 357

Class

ViewsQueryGroupByTest
Tests aggregate functionality of views, for example count.

Code

public function testGroupByNone() {
    $this->GroupByTestHelper();
}