You are here

public static property UserJsonBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php \Drupal\Tests\user\Functional\Rest\UserJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides UserResourceTestBase::$modules

File

core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php, line 17

Class

UserJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\user\Functional\Rest

Code

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