function ViewsQueryGroupByTest::getInfo
Test meta data.
File
-
tests/
views_groupby.test, line 16
Class
- ViewsQueryGroupByTest
- Tests aggregate functionality of views, for example count.
Code
public static function getInfo() {
return array(
'name' => 'Groupby',
'description' => 'Tests aggregate functionality of views, for example count.',
'group' => 'Views',
);
}