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