function ViewsUIWizardTaggedWithTestCase::getInfo
File
-
tests/
views_ui.test, line 309
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',
);
}