You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

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

Class

UserValidationTest
Verify that user validity checks behave as designed.

Namespace

Drupal\user\Tests

Code

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