You are here

protected static property ViewJsonBasicAuthTest::$modules in Drupal 9

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

Modules to install.

Type: array

Overrides ViewResourceTestBase::$modules

File

core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php, line 17

Class

ViewJsonBasicAuthTest
@group rest

Namespace

Drupal\Tests\views\Functional\Rest

Code

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