public static function WizardTest::getInfo

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/Views/WizardTest.php, line 27
Contains \Drupal\comment\Tests\Views\WizardTest.

Class

WizardTest
Tests the comment module integration into the wizard.

Namespace

Drupal\comment\Tests\Views

Code

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