function LockFunctionalTest::getInfo

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.