public static function ClearTest::getInfo

File

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

Class

ClearTest
Tests cache clearing methods.

Namespace

Drupal\system\Tests\Cache

Code

public static function getInfo() {
  return array(
    'name' => 'Cache clear test',
    'description' => 'Check our clearing is done the proper way.',
    'group' => 'Cache',
  );
}