You are here

public static function GroupByTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/UI/GroupByTest.php, line 15
Definition of Drupal\views\Tests\UI\GroupByTest.

Class

GroupByTest
Tests UI of aggregate functionality..

Namespace

Drupal\views\Tests\UI

Code

public static function getInfo() {
  return array(
    'name' => 'Group By functionality',
    'description' => 'Tests UI of aggregate functionality.',
    'group' => 'Views UI',
  );
}