You are here

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

File

tests/memcache-lock.test, line 8

Class

LockFunctionalTest
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',
  );
}