public static function BackendChainImplementationUnitTest::getInfo

File

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

Class

BackendChainImplementationUnitTest
Tests implementation-specific functionality of the BackendChain backend.

Namespace

Drupal\system\Tests\Cache

Code

public static function getInfo() {
  return array(
    'name' => 'Backend chain implementation',
    'description' => 'Unit test of backend chain implementation specifics.',
    'group' => 'Cache',
  );
}