protected static property ResponseGeneratorTest::$modules in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php \Drupal\Tests\system\Functional\System\ResponseGeneratorTest::modules
- 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\SystemCode
protected static $modules = [
'serialization',
'rest',
'node',
'basic_auth',
];