function ViewsUIWizardSortingTestCase::getInfo

File

tests/views_ui.test, line 479

Class

ViewsUIWizardSortingTestCase
Tests the ability of the views wizard to create views with sorts.

Code

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