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