public static function SessionHttpsTestCase::getInfo

File

drupal/modules/simpletest/tests/session.test, line 295
Provides SimpleTests for core session handling functionality.

Class

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

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',
  );
}