You are here

public static property ShortcutSetXmlBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides ShortcutSetResourceTestBase::$modules

File

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

Class

ShortcutSetXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\shortcut\Functional\Rest

Code

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