You are here

public static property VocabularyXmlBasicAuthTest::$modules in Drupal 8

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

Modules to install.

Type: array

Overrides VocabularyResourceTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php, line 19

Class

VocabularyXmlBasicAuthTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

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