You are here

public static property SearchPageJsonBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides SearchPageResourceTestBase::$modules

File

core/modules/search/tests/src/Functional/Rest/SearchPageJsonBasicAuthTest.php, line 17

Class

SearchPageJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\search\Functional\Rest

Code

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