You are here

public static property LockUnitTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Tests/Lock/LockUnitTest.php \Drupal\system\Tests\Lock\LockUnitTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

LockUnitTest
Tests the Database lock backend.

Namespace

Drupal\system\Tests\Lock

Code

public static $modules = array(
  'system',
);