You are here

public static property SecureSiteForceAlwaysTest::$modules in Secure Site 8

Modules to enable.

Type: array

File

src/Tests/ForcedAuth/SecureSiteForceAlwaysTest.php, line 21
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceAlwaysTest

Class

SecureSiteForceAlwaysTest
Functional tests for page requests with authentication always forced.

Namespace

Drupal\securesite\Tests\ForcedAuth

Code

public static $modules = array(
  'securesite',
);