You are here

public static function MongoDBBackendUnitTest::getInfo in MongoDB 8

File

src/Tests/MongoDBBackendUnitTest.php, line 26
Definition of Drupal\system\Tests\Cache\DatabaseBackendUnitTest.

Class

MongoDBBackendUnitTest
Tests DatabaseBackend using GenericCacheBackendUnitTestBase.

Namespace

Drupal\mongodb\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'MongoDB cache backend',
    'description' => 'Unit test of the MongoDB backend using the generic cache unit test base.',
    'group' => 'MongoDB',
  );
}