You are here

public static property UserServiceProviderTest::$modules in Drupal 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/tests/src/Kernel/UserServiceProviderTest.php, line 21

Class

UserServiceProviderTest
Tests \Drupal\user\UserServiceProvider.

Namespace

Drupal\Tests\user\Kernel

Code

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