You are here

public static function BackendExpireTests::getInfo in Supercache 8

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

Code

public static function getInfo() {
  return [
    'name' => 'Expire tests',
    'description' => 'Ensure that cache items properly expire.',
    'group' => 'Couchbase',
  ];
}