You are here

public static function MemCacheGetMultipleUnitTest::getInfo in Memcache API and Integration 7

File

tests/memcache.test, line 371
Test cases for the memcache cache backend.

Class

MemCacheGetMultipleUnitTest
Test cache_get_multiple().

Code

public static function getInfo() {
  return array(
    'name' => 'Fetching multiple cache items',
    'description' => 'Confirm that multiple records are fetched correctly.',
    'group' => 'Memcache',
  );
}