public static function WizardTest::getInfo in Views (for Drupal 7) 8.3
File
- 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\CommentCode
public static function getInfo() {
return array(
'name' => 'Comment: Wizard',
'description' => 'Tests the comment module integration into the wizard.',
'group' => 'Views Wizard',
);
}