public static function FieldBulkDeleteTestCase::getInfo
7.x field.test | public static FieldBulkDeleteTestCase::getInfo() |
File
- drupal-7.x/
modules/ field/ tests/ field.test, line 3345 - Tests for field.module.
Class
- FieldBulkDeleteTestCase
- Unit test class for field bulk delete and batch purge functionality.
Code
public static function getInfo() {
return array(
'name' => 'Field bulk delete tests',
'description' => 'Bulk delete fields and instances, and clean up afterwards.',
'group' => 'Field API',
);
}