You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/TempStoreDatabaseTest.php \Drupal\user\Tests\TempStoreDatabaseTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/src/Tests/TempStoreDatabaseTest.php, line 29
Contains \Drupal\user\Tests\TempStoreDatabaseTest.

Class

TempStoreDatabaseTest
Tests the temporary object storage system.

Namespace

Drupal\user\Tests

Code

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