function SessionUnitTestCase::getInfo

File

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

Class

SessionUnitTestCase
Unit tests for session handling.

Code

public static function getInfo() {
    return array(
        'name' => 'Session unit tests',
        'description' => 'Test session handling functionality.',
        'group' => 'Session',
    );
}

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