function SessionTestCase::getInfo

File

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

Class

SessionTestCase
@file Provides SimpleTests for core session handling functionality.

Code

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

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