You are here

public static property SecurepagesTest::$modules in Secure Pages 8

Modules to enable.

Type: array

File

src/Tests/SecurepagesTest.php, line 32
Contains \Drupal\securepages\Tests\SecurepagesTest.

Class

SecurepagesTest
Test Secure Pages redirects.

Namespace

Drupal\securepages\Tests

Code

public static $modules = [
  'securepages',
  'node',
  'comment',
  'locale',
  'path',
];