public static function RangeFieldUIWebTestCase::getInfo in Range 7
Meta information about tests.
File
- tests/
range.field_ui.test, line 36 - Contains range field UI tests.
Class
- RangeFieldUIWebTestCase
- Tests adding range fields and their settings via field UI.
Code
public static function getInfo() {
return array(
'name' => 'Field UI',
'description' => 'Tests adding range fields and their settings via field UI.',
'group' => 'Range',
);
}