public static function ViewsUIWizardBasicTestCase::getInfo in Views (for Drupal 7) 7.3
File
- tests/
views_ui.test, line 35 - Tests Views UI Wizard.
Class
- ViewsUIWizardBasicTestCase
- Tests creating views with the wizard and viewing them on the listing page.
Code
public static function getInfo() {
return array(
'name' => 'Views UI wizard basic functionality',
'description' => 'Test creating basic views with the wizard and viewing them on the listing page.',
'group' => 'Views UI',
);
}