public static function BasicTest::getInfo

Same name in this branch

File

drupal/core/modules/views/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',
  );
}