You are here

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

Modules to enable.

Type: array

File

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

Class

SecureSiteForceOfflineTest
Functional tests for page requests with authentication forced when site is off line.

Namespace

Drupal\securesite\Tests\ForcedAuth

Code

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