public static function FieldFormTestCase::getInfo in Drupal 7
File
- modules/
field/ tests/ field.test, line 1608 - Tests for field.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Field form tests',
'description' => 'Test Field form handling.',
'group' => 'Field API',
);
}