public static function GarbageCollectionTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/KeyValueStore/GarbageCollectionTest.php, line 19
Contains Drupal\system\Tests\KeyValueStore\GarbageCollectionTest.

Class

GarbageCollectionTest
Tests garbage collection for DatabaseStorageExpirable.

Namespace

Drupal\system\Tests\KeyValueStore

Code

public static function getInfo() {
  return array(
    'name' => 'Garbage collection',
    'description' => 'Tests garbage collection for the the expirable key-value database storage.',
    'group' => 'Key-value store',
  );
}