public static function InstallTest::getInfo

Same name in this branch

File

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

Class

InstallTest
Tests the behavior of the cache backend used for installing Drupal.

Namespace

Drupal\system\Tests\Cache

Code

public static function getInfo() {
  return array(
    'name' => 'Cache install test',
    'description' => 'Confirm that the cache backend used for installing Drupal works correctly.',
    'group' => 'Cache',
  );
}