You are here

protected static property TermJsonBasicAuthTest::$modules in Drupal 10

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

Modules to install.

Type: array

Overrides TermResourceTestBase::$modules

File

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

Class

TermJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\taxonomy\Functional\Rest

Code

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