You are here

protected static property FieldStorageConfigXmlBasicAuthTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php \Drupal\Tests\field\Functional\Rest\FieldStorageConfigXmlBasicAuthTest::modules
  2. 9 core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php \Drupal\Tests\field\Functional\Rest\FieldStorageConfigXmlBasicAuthTest::modules

Modules to install.

Type: array

Overrides FieldStorageConfigResourceTestBase::$modules

File

core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php, line 19

Class

FieldStorageConfigXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\field\Functional\Rest

Code

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