You are here

protected static property VocabularyJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides VocabularyResourceTestBase::$modules

File

core/modules/taxonomy/tests/src/Functional/Rest/VocabularyJsonBasicAuthTest.php, line 17

Class

VocabularyJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

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