You are here

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

Modules to enable.

Type: array

File

src/Tests/FormAuth/SecureSiteFormGuestTest.php, line 22
Contains Drupal\securesite\Tests\FormAuth\SecureSiteFormGuestTest

Class

SecureSiteFormGuestTest
Functional tests for form authentication with guest credentials.

Namespace

Drupal\securesite\Tests\FormAuth

Code

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