function ViewsUIWizardItemsPerPageTestCase::getInfo

File

tests/views_ui.test, line 554

Class

ViewsUIWizardItemsPerPageTestCase
Tests the ability of the wizard to specify the number of items per page.

Code

public static function getInfo() {
    return array(
        'name' => 'Views UI wizard items per page functionality',
        'description' => 'Test the ability of the views wizard to specify the number of items per page.',
        'group' => 'Views UI',
    );
}