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