You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/src/Tests/UserEntityTest.php, line 27
Contains \Drupal\user\Tests\UserEntityTest.

Class

UserEntityTest
Tests the user entity class.

Namespace

Drupal\user\Tests

Code

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