You are here

protected static property BlockContentXmlBasicAuthTest::$modules in Drupal 10

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

Modules to install.

Type: array

Overrides BlockContentResourceTestBase::$modules

File

core/modules/block_content/tests/src/Functional/Rest/BlockContentXmlBasicAuthTest.php, line 19

Class

BlockContentXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\block_content\Functional\Rest

Code

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