You are here

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

File

tests/memcache-lock.test, line 11
Tests for the lock system.

Class

MemcacheLockFunctionalTest
@file Tests for the lock system.

Code

public static function getInfo() {
  return array(
    'name' => 'Locking framework tests',
    'description' => 'Confirm locking works between two separate requests.',
    'group' => 'Memcache',
  );
}