function SessionHttpsTestCase::getInfo

File

modules/simpletest/tests/session.test, line 554

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.