public static function LockFunctionalTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ 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' => 'System',
);
}