You are here

protected static property NoReferrerTest::$modules in No Referrer 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/NoReferrerTest.php, line 29

Class

NoReferrerTest
Tests the No Referrer module.

Namespace

Drupal\Tests\noreferrer\Functional

Code

protected static $modules = [
  'noreferrer',
  'help',
];