You are here

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

Modules to enable.

Type: array

File

src/Tests/BasicAuth/SecureSiteBasicGuestUnsetTest.php, line 22
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicGuestUnsetTest

Class

SecureSiteBasicGuestUnsetTest
Functional tests for basic authentication with guest credentials unset.

Namespace

Drupal\securesite\Tests\BasicAuth

Code

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