You are here

protected static property EntityFormDisplayJsonBasicAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php \Drupal\FunctionalTests\Rest\EntityFormDisplayJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides EntityFormDisplayResourceTestBase::$modules

File

core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayJsonBasicAuthTest.php, line 17

Class

EntityFormDisplayJsonBasicAuthTest
@group rest

Namespace

Drupal\FunctionalTests\Rest

Code

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