You are here

public static property WorkflowXmlBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowXmlBasicAuthTest::modules
  2. 10 core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php \Drupal\Tests\workflows\Functional\Rest\WorkflowXmlBasicAuthTest::modules

Modules to install.

Type: array

Overrides WorkflowResourceTestBase::$modules

File

core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php, line 19

Class

WorkflowXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\workflows\Functional\Rest

Code

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