You are here

public static property FieldStorageConfigXmlBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/field/tests/src/Functional/Rest/FieldStorageConfigXmlBasicAuthTest.php \Drupal\Tests\field\Functional\Rest\FieldStorageConfigXmlBasicAuthTest::modules
  2. 10 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

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