public static function WizardTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Comment/WizardTest.php, line 27
Definition of Drupal\views\Tests\Comment\WizardTest.

Class

WizardTest
Tests the comment module integration into the wizard.

Namespace

Drupal\views\Tests\Comment

Code

public static function getInfo() {
  return array(
    'name' => 'Comment: Wizard',
    'description' => 'Tests the comment module integration into the wizard.',
    'group' => 'Views Wizard',
  );
}