public static function SessionTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ session.test, line 9 - Provides SimpleTests for core session handling functionality.
Class
Código
public static function getInfo() {
return array(
'name' => 'Session tests',
'description' => 'Drupal session handling tests.',
'group' => 'Session',
);
}