You are here

public static property ShortcutXmlBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides ShortcutResourceTestBase::$modules

File

core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php, line 19

Class

ShortcutXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\shortcut\Functional\Rest

Code

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