You are here

public static property BlockXmlBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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