You are here

public static property CommentHalJsonBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides CommentHalJsonTestBase::$modules

File

core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php, line 17

Class

CommentHalJsonBasicAuthTest
@group hal

Namespace

Drupal\Tests\comment\Functional\Hal

Code

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