public static function BackendChainUnitTest::getInfo

File

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

Class

BackendChainUnitTest
Tests BackendChain using GenericCacheBackendUnitTestBase.

Namespace

Drupal\system\Tests\Cache

Code

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