public static function SessionTestCase::getInfo

7.x session.test public static SessionTestCase::getInfo()

File

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

Class

SessionTestCase

Code

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