public static function FieldAttachOtherTestCase::getInfo
Archivo
- drupal-7.x/
modules/ field/ tests/ field.test, line 648 - Tests for field.module.
Class
- FieldAttachOtherTestCase
- Unit test class for non-storage related field_attach_* functions.
Código
public static function getInfo() {
return array(
'name' => 'Field attach tests (other)',
'description' => 'Test other Field Attach API functions.',
'group' => 'Field API',
);
}