public static function MongoDbEntityFieldQueryTestCase::getInfo in MongoDB 7
File
- mongodb_field_storage/
mongodb_field_storage.test, line 44 - Contains MongoDB Field AttachStorage and Query TestCases.
Class
Code
public static function getInfo() {
return array(
'name' => 'Entity query',
'description' => 'Test the EntityFieldQuery class.',
'group' => 'MongoDB',
);
}