You are here

public static function MemCacheSavingCase::getInfo in Memcache API and Integration 6

Same name and namespace in other branches
  1. 7 tests/memcache.test \MemCacheSavingCase::getInfo()
  2. 7 tests/memcache6.test \MemCacheSavingCase::getInfo()

File

tests/memcache.test, line 108

Class

MemCacheSavingCase

Code

public static function getInfo() {
  return array(
    'name' => 'Memcache saving test',
    'description' => 'Check our variables are saved and restored the right way.',
    'group' => 'Memcache',
  );
}