public static function SessionHttpsTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php, line 24
Definition of 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 function getInfo() {
  return array(
    'name' => 'Session HTTPS handling',
    'description' => 'Ensure that when running under HTTPS two session cookies are generated.',
    'group' => 'Session',
  );
}