public static function DatabaseBackendUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Cache/DatabaseBackendUnitTest.php, line 17
Definition of Drupal\system\Tests\Cache\DatabaseBackendUnitTest.

Class

DatabaseBackendUnitTest
Tests DatabaseBackend using GenericCacheBackendUnitTestBase.

Namespace

Drupal\system\Tests\Cache

Code

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