You are here

protected static property ResponseGeneratorTest::$modules in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php \Drupal\Tests\system\Functional\System\ResponseGeneratorTest::modules
  2. 9 core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php \Drupal\Tests\system\Functional\System\ResponseGeneratorTest::modules

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php, line 20

Class

ResponseGeneratorTest
Tests to see if generator header is added.

Namespace

Drupal\Tests\system\Functional\System

Code

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