public static function SessionTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php, line 21
Definition of Drupal\system\Tests\Session\SessionTest.

Class

SessionTest

Namespace

Drupal\system\Tests\Session

Code

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