You are here

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

Same name in this branch
  1. 8.3 lib/Drupal/views/Tests/BasicTest.php \Drupal\views\Tests\BasicTest::getInfo()
  2. 8.3 lib/Drupal/views/Tests/Wizard/BasicTest.php \Drupal\views\Tests\Wizard\BasicTest::getInfo()

File

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

Class

BasicTest
Tests creating views with the wizard and viewing them on the listing page.

Namespace

Drupal\views\Tests\Wizard

Code

public static function getInfo() {
  return array(
    'name' => 'Basic functionality',
    'description' => 'Test creating basic views with the wizard and viewing them on the listing page.',
    'group' => 'Views Wizard',
  );
}