You are here

public static property SessionHttpsTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Session/SessionHttpsTest.php \Drupal\system\Tests\Session\SessionHttpsTest::modules

Modules to enable.

Type: array

File

core/modules/system/src/Tests/Session/SessionHttpsTest.php, line 41
Contains \Drupal\system\Tests\Session\SessionHttpsTest.

Class

SessionHttpsTest
Ensure that when running under HTTPS two session cookies are generated.

Namespace

Drupal\system\Tests\Session

Code

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