public static function SessionTestCase::getInfo

Archivo

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

Class

SessionTestCase

Código

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