You are here

protected property LockTest::$lock in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Lock/LockTest.php \Drupal\KernelTests\Core\Lock\LockTest::lock
  2. 9 core/tests/Drupal/KernelTests/Core/Lock/LockTest.php \Drupal\KernelTests\Core\Lock\LockTest::lock

Database lock backend to test.

Type: \Drupal\Core\Lock\DatabaseLockBackend

File

core/tests/Drupal/KernelTests/Core/Lock/LockTest.php, line 20

Class

LockTest
Tests the Database lock backend.

Namespace

Drupal\KernelTests\Core\Lock

Code

protected $lock;