You are here

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

Modules to enable.

Type: array

File

src/Tests/BasicAuth/SecureSiteBasicUserTest.php, line 20
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicUserTest

Class

SecureSiteBasicUserTest
Functional tests for basic authentication with user credentials.

Namespace

Drupal\securesite\Tests\BasicAuth

Code

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