You are here

protected static property ActionHalJsonBasicAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php \Drupal\Tests\system\Functional\Hal\ActionHalJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides ActionResourceTestBase::$modules

File

core/modules/system/tests/src/Functional/Hal/ActionHalJsonBasicAuthTest.php, line 18

Class

ActionHalJsonBasicAuthTest
@group hal

Namespace

Drupal\Tests\system\Functional\Hal

Code

protected static $modules = [
  'hal',
  'basic_auth',
];