function ViewsUIWizardMenuTestCase::getInfo
File
-
tests/
views_ui.test, line 644
Class
- ViewsUIWizardMenuTestCase
- Tests the ability of the views wizard to put views in a menu.
Code
public static function getInfo() {
return array(
'name' => 'Views UI wizard menu functionality',
'description' => 'Test the ability of the views wizard to put views in a menu.',
'group' => 'Views UI',
);
}