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