You are here

public static property TermJsonBasicAuthTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 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

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