public static function BackendExpireTests::getInfo in Supercache 2.0.x
Same name and namespace in other branches
- 8 src/Tests/Generic/Cache/BackendExpireTests.php \Drupal\supercache\Tests\Generic\Cache\BackendExpireTests::getInfo()
File
- src/
Tests/ Generic/ Cache/ BackendExpireTests.php, line 21
Class
- BackendExpireTests
- Test saving functions.
Namespace
Drupal\supercache\Tests\Generic\CacheCode
public static function getInfo() {
return [
'name' => 'Expire tests',
'description' => 'Ensure that cache items properly expire.',
'group' => 'Couchbase',
];
}