public static function LockUnitTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Lock/LockUnitTest.php, line 32
Contains \Drupal\system\Tests\Lock\LockUnitTest.

Class

LockUnitTest
Tests the lock system.

Namespace

Drupal\system\Tests\Lock

Code

public static function getInfo() {
  return array(
    'name' => 'Locking framework unit tests',
    'description' => 'Test the Database lock backend.',
    'group' => 'Lock',
  );
}