You are here

protected static property BlockXmlBasicAuthTest::$modules in Drupal 10

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
  2. 9 core/modules/block/tests/src/Functional/Rest/BlockXmlBasicAuthTest.php \Drupal\Tests\block\Functional\Rest\BlockXmlBasicAuthTest::modules

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',
];