You are here

public static property EditorHalJsonBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php \Drupal\Tests\editor\Functional\Hal\EditorHalJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides EditorResourceTestBase::$modules

File

core/modules/editor/tests/src/Functional/Hal/EditorHalJsonBasicAuthTest.php, line 18

Class

EditorHalJsonBasicAuthTest
@group hal

Namespace

Drupal\Tests\editor\Functional\Hal

Code

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