public static function ConfigStorageTest::getInfo in MongoDB 8
File
- src/
Tests/ ConfigStorageTest.php, line 29 - Definition of Drupal\mongodb\Tests\ConfigStorageTest.
Class
- ConfigStorageTest
- Tests ConfigStorage controller operations.
Namespace
Drupal\mongodb\TestsCode
public static function getInfo() {
return array(
'name' => 'ConfigStorage controller operations',
'description' => 'Tests ConfigStorage controller operations.',
'group' => 'MongoDB',
);
}