function ViewsUIWizardBasicTestCase::getInfo

File

tests/views_ui.test, line 35

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',
    );
}