public static function MongoDBFieldAttachStorageTestCase::getInfo in MongoDB 7
Overrides FieldAttachStorageTestCase::getInfo
File
- mongodb_field_storage/
mongodb_field_storage.test, line 17 - Contains MongoDB Field AttachStorage and Query TestCases.
Class
Code
public static function getInfo() {
return array(
'name' => 'Field attach tests (MongoDB)',
'description' => 'Test storage-related Field Attach API functions.',
'group' => 'MongoDB',
);
}