You are here

public static function ViewsUiGroupbyTestCase::getInfo in Views (for Drupal 7) 7.3

Test meta data.

File

tests/views_groupby.test, line 452
Definitions of ViewsQueryGroupByTest and ViewsUiGroupbyTestCase.

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',
  );
}