public static function FieldUIManageDisplayTestCase::getInfo in Drupal 7
File
- modules/
field_ui/ field_ui.test, line 467 - Tests for field_ui.module.
Class
- FieldUIManageDisplayTestCase
- Tests the functionality of the 'Manage display' screens.
Code
public static function getInfo() {
return array(
'name' => 'Manage display',
'description' => 'Test the Field UI "Manage display" screens.',
'group' => 'Field UI',
);
}