function ViewsQueryGroupByTest::testGroupByCount
File
-
tests/
views_groupby.test, line 322
Class
- ViewsQueryGroupByTest
- Tests aggregate functionality of views, for example count.
Code
public function testGroupByCount() {
$this->GroupByTestHelper('count', array(
4,
3,
));
}