You are here

public static property WorkspaceXmlBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php \Drupal\Tests\workspaces\Functional\EntityResource\WorkspaceXmlBasicAuthTest::modules

Modules to install.

Type: array

Overrides WorkspaceResourceTestBase::$modules

File

core/modules/workspaces/tests/src/Functional/EntityResource/WorkspaceXmlBasicAuthTest.php, line 21

Class

WorkspaceXmlBasicAuthTest
Test workspace entities for XML requests with cookie authentication.

Namespace

Drupal\Tests\workspaces\Functional\EntityResource

Code

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