You are here

public static function ViewsUIWizardTaggedWithTestCase::getInfo in Views (for Drupal 7) 7.3

File

tests/views_ui.test, line 309
Tests Views UI Wizard.

Class

ViewsUIWizardTaggedWithTestCase
Tests the ability of the views wizard to create views filtered by taxonomy.

Code

public static function getInfo() {
  return array(
    'name' => 'Views UI wizard taxonomy functionality',
    'description' => 'Test the ability of the views wizard to create views filtered by taxonomy.',
    'group' => 'Views UI',
  );
}