public static function FieldAttachOtherTestCase::getInfo

File

drupal/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',
  );
}