public static function KeyValueTest::getInfo in MongoDB 8
File
- src/
Tests/ KeyValueTest.php, line 33 - Contains Drupal\mongodb\Tests\KeyValueTest.
Class
- KeyValueTest
- Tests the key-value MongoDB storage.
Namespace
Drupal\mongodb\TestsCode
public static function getInfo() {
return array(
'name' => 'MongoDB key-value store',
'description' => 'Tests the key-value MongoDB storage.',
'group' => 'MongoDB',
);
}