You are here

protected property TestDatabase::$lockId in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Test/TestDatabase.php \Drupal\Core\Test\TestDatabase::lockId

A random number used to ensure that test fixtures are unique to each test method.

Type: int

File

core/lib/Drupal/Core/Test/TestDatabase.php, line 20

Class

TestDatabase
Provides helper methods for interacting with the fixture database.

Namespace

Drupal\Core\Test

Code

protected $lockId;