You are here

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

Modules to enable.

Type: array

File

src/Tests/FormAuth/SecureSiteFormNoneTest.php, line 20
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormNoneTest

Class

SecureSiteFormNoneTest
Functional test for form authentication without credentials.

Namespace

Drupal\securesite\Tests\FormAuth

Code

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