You are here

public static function BackendSavingTests::getInfo in Supercache 8

Same name and namespace in other branches
  1. 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\Cache

Code

public static function getInfo() {
  return [
    'name' => 'Saving tests',
    'description' => 'Ensure that cache items are properly stored and retrieved.',
    'group' => 'Couchbase',
  ];
}