You are here

protected static property PathAliasXmlBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides PathAliasResourceTestBase::$modules

File

core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php, line 21

Class

PathAliasXmlBasicAuthTest
Test path_alias entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\path_alias\Functional\Rest

Code

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