public static function FieldAttachOtherTestCase::getInfo in Drupal 7
File
- modules/
field/ tests/ field.test, line 708 - Tests for field.module.
Class
- FieldAttachOtherTestCase
- Unit test class for non-storage related field_attach_* functions.
Code
public static function getInfo() {
return array(
'name' => 'Field attach tests (other)',
'description' => 'Test other Field Attach API functions.',
'group' => 'Field API',
);
}