You are here

protected static property RemoveHttpHeadersTest::$modules in Remove HTTP headers 8

Array of modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RemoveHttpHeadersTest.php, line 36

Class

RemoveHttpHeadersTest
Functional tests for Remove HTTP Headers module.

Namespace

Drupal\Tests\remove_http_headers\Functional

Code

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