You are here

public static property UserInstallTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Kernel/UserInstallTest.php \Drupal\Tests\user\Kernel\UserInstallTest::modules
  2. 10 core/modules/user/tests/src/Kernel/UserInstallTest.php \Drupal\Tests\user\Kernel\UserInstallTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/tests/src/Kernel/UserInstallTest.php, line 19

Class

UserInstallTest
Tests user_install().

Namespace

Drupal\Tests\user\Kernel

Code

public static $modules = [
  'user',
];