function ViewsQueryGroupByTest::testGroupBySum

File

tests/views_groupby.test, line 329

Class

ViewsQueryGroupByTest
Tests aggregate functionality of views, for example count.

Code

public function testGroupBySum() {
    $this->GroupByTestHelper('sum', array(
        10,
        18,
    ));
}