You are here

protected static property SearchPageXmlBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides SearchPageResourceTestBase::$modules

File

core/modules/search/tests/src/Functional/Rest/SearchPageXmlBasicAuthTest.php, line 19

Class

SearchPageXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\search\Functional\Rest

Code

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