You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/src/Tests/UserInstallTest.php, line 24
Contains \Drupal\user\Tests\UserInstallTest.

Class

UserInstallTest
Tests user_install().

Namespace

Drupal\user\Tests

Code

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