public static function MongoDBSessionHttpsTestCase::getInfo in MongoDB 7
Overrides SessionHttpsTestCase::getInfo
File
- mongodb_session/
mongodb_session.test, line 50 - Contains \MongoDBSessionTestCase and \MongoDBSessionHttpsTestCase.
Class
Code
public static function getInfo() {
return array(
'name' => 'Session https handling (MongoDB)',
'description' => 'Ensure that when running under https two session cookies are generated.',
'group' => 'MongoDB',
);
}