You are here

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

Modules to enable.

Type: array

File

src/Tests/ForcedAuth/SecureSiteForceDisabledTest.php, line 20
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceDisabledTest

Class

SecureSiteForceDisabledTest
Functional test for page request without forced authentication.

Namespace

Drupal\securesite\Tests\ForcedAuth

Code

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