You are here

protected static property BlockXmlBasicAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php \Drupal\Tests\block\Functional\Rest\BlockXmlBasicAuthTest::modules

Modules to install.

Type: array

Overrides BlockResourceTestBase::$modules

File

core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php, line 19

Class

BlockXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\block\Functional\Rest

Code

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