public static function ApdqcLockFunctionalTest::getInfo in Asynchronous Prefetch Database Query Cache 7
Provide information to the UI for this test.
File
- ./
apdqc.test, line 342 - Tests for the Asynchronous Prefetch Database Query Cache module.
Class
- ApdqcLockFunctionalTest
- Tests for the lock system.
Code
public static function getInfo() {
return array(
'name' => 'APDQC Locking framework tests',
'description' => 'Confirm locking works between two separate requests.',
'group' => 'APDQC',
);
}