public static function MemcacheLockFunctionalTest::getInfo in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/tests/memcache-lock.test \MemcacheLockFunctionalTest::getInfo()
File
- modules/
memcache/ tests/ memcache-lock.test, line 9
Class
- MemcacheLockFunctionalTest
- 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',
);
}