You are here

public static property MenuLinkContentJsonBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php \Drupal\Tests\menu_link_content\Functional\Rest\MenuLinkContentJsonBasicAuthTest::modules

Modules to install.

Type: array

Overrides MenuLinkContentResourceTestBase::$modules

File

core/modules/menu_link_content/tests/src/Functional/Rest/MenuLinkContentJsonBasicAuthTest.php, line 17

Class

MenuLinkContentJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\menu_link_content\Functional\Rest

Code

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