public static property UserEntityTest::$modules

Modules to enable.

Type: array

Overrides DrupalUnitTestBase::$modules

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserEntityTest.php, line 26
Contains \Drupal\user\Tests\UserEntityTest.

Class

UserEntityTest
Tests the user entity class.

Namespace

Drupal\user\Tests

Code

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