public static function FieldCrudTestCase::getInfo in Drupal 7
File
- modules/
field/ tests/ field.test, line 2350 - Tests for field.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Field CRUD tests',
'description' => 'Test field create, read, update, and delete.',
'group' => 'Field API',
);
}