function ViewsUIWizardJumpMenuTestCase::getInfo

File

tests/views_ui.test, line 697

Class

ViewsUIWizardJumpMenuTestCase
Tests the ability of the wizard to create views with a jump menu style.

Code

public static function getInfo() {
  return array(
    'name' => 'Views UI wizard jump menu functionality',
    'description' => 'Test the ability of the views wizard to create views with a jump menu style plugin.',
    'group' => 'Views UI',
  );
}