public static function MemoryBackendUnitTest::getInfo

File

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

Class

MemoryBackendUnitTest
Tests MemoryBackend using GenericCacheBackendUnitTestBase.

Namespace

Drupal\system\Tests\Cache

Code

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