You are here

public static property LockFunctionalTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Lock/LockFunctionalTest.php, line 24
Contains \Drupal\system\Tests\Lock\LockFunctionalTest.

Class

LockFunctionalTest
Confirm locking works between two separate requests.

Namespace

Drupal\system\Tests\Lock

Code

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