You are here

protected static property ActionXmlBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides ActionResourceTestBase::$modules

File

core/modules/system/tests/src/Functional/Rest/ActionXmlBasicAuthTest.php, line 19

Class

ActionXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\system\Functional\Rest

Code

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