You are here

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

File

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

Class

ModuleTest
Tests basic functions from the Views module.

Namespace

Drupal\views\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Views Module tests',
    'description' => 'Tests some basic functions of views.module.',
    'group' => 'Views',
  );
}