function ViewsUIQuerySettingsTestCase::getInfo
File
-
tests/
views_ui.test, line 1050
Class
- ViewsUIQuerySettingsTestCase
- Test the ability of the views query settings.
Code
public static function getInfo() {
return array(
'name' => 'Views UI query settings functionality',
'description' => 'Test the ability of the views query settings',
'group' => 'Views UI',
);
}