You are here

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

Modules to enable.

Type: array

File

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

Class

SecureSiteBasicNoneTest
Functional test for basic authentication without credentials.

Namespace

Drupal\securesite\Tests\BasicAuth

Code

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