ResponseGeneratorTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php \Drupal\Tests\system\Functional\System\ResponseGeneratorTest::modules
  2. 10 core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php \Drupal\Tests\system\Functional\System\ResponseGeneratorTest::modules
  3. 11.x 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 21

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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.