public static function MenuTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Wizard/ MenuTest.php, line 15 - Definition of Drupal\views\Tests\Wizard\MenuTest.
Class
- MenuTest
- Tests the ability of the views wizard to put views in a menu.
Namespace
Drupal\views\Tests\WizardCode
public static function getInfo() {
return array(
'name' => 'Menu functionality',
'description' => 'Test the ability of the views wizard to put views in a menu.',
'group' => 'Views Wizard',
);
}