You are here

protected static property BlockJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides BlockResourceTestBase::$modules

File

core/modules/block/tests/src/Functional/Rest/BlockJsonBasicAuthTest.php, line 17

Class

BlockJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\block\Functional\Rest

Code

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