You are here

public static function GarbageCollectionTest::getInfo in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/service_container/Tests/KeyValue/GarbageCollectionTest.php \Drupal\service_container\Tests\KeyValue\GarbageCollectionTest::getInfo()

File

lib/Drupal/service_container/Tests/KeyValue/GarbageCollectionTest.php, line 22
Contains Drupal\system\Tests\KeyValueStore\GarbageCollectionTest.

Class

GarbageCollectionTest
Tests garbage collection for the the expirable key-value database storage.

Namespace

Drupal\service_container\Tests\KeyValue

Code

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