public static function SessionHttpsTestCase::getInfo
Archivo
- 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.
Código
public static function getInfo() {
return array(
'name' => 'Session HTTPS handling',
'description' => 'Ensure that when running under HTTPS two session cookies are generated.',
'group' => 'Session',
);
}