public static function SessionTestCase::getInfo

File

drupal/modules/simpletest/tests/session.test, line 9
Provides SimpleTests for core session handling functionality.

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