public static function GarbageCollectionTest::getInfo in Service Container 7
Same name and namespace in other branches
- 7.2 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\KeyValueCode
public static function getInfo() {
return array(
'name' => 'KeyValue GarbageCollection',
'description' => 'Tests garbage collection for the the expirable key-value database storage.',
'group' => 'service_container',
);
}