function ViewsQueryGroupByTest::testGroupByMin

File

tests/views_groupby.test, line 343

Class

ViewsQueryGroupByTest
Tests aggregate functionality of views, for example count.

Code

public function testGroupByMin() {
    $this->GroupByTestHelper('min', array(
        1,
        5,
    ));
}