You are here

public static property ActionXmlBasicAuthTest::$modules in Drupal 8

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

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