public static function SessionHttpsTestCase::getInfo

7.x session.test public static SessionHttpsTestCase::getInfo()

File

drupal-7.x/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'
  );
}