You are here

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

File

lib/Drupal/views/Tests/ViewsDataTest.php, line 17
Definition of Drupal\views\Tests\ViewsDataTest.

Class

ViewsDataTest
Tests the fetching of views data.

Namespace

Drupal\views\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Table Data',
    'description' => 'Tests the fetching of views data.',
    'group' => 'Views',
  );
}