public static function SessionHttpsTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ session.test, line 490 - 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',
);
}