You are here

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

Test meta data.

File

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

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