You are here

protected static property RestExportAuthTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php \Drupal\Tests\rest\Functional\Views\RestExportAuthTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php, line 18

Class

RestExportAuthTest
Tests authentication for REST display.

Namespace

Drupal\Tests\rest\Functional\Views

Code

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