You are here

public static property SecuritytxtBaseTest::$modules in Security.txt 8

Modules to enable.

Modules which should be enabled by default.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/SecuritytxtBaseTest.php, line 20

Class

SecuritytxtBaseTest
Defines a base class for testing the Security.txt module.

Namespace

Drupal\Tests\securitytxt\Functional

Code

public static $modules = [
  'securitytxt',
];