You are here

public static function SessionApiTestCase::getInfo in Session API 7

Same name and namespace in other branches
  1. 6 session_api.test \SessionApiTestCase::getInfo()

Implement getInfo().

File

./session_api.test, line 15
Session API tests.

Class

SessionApiTestCase
Session API test class.

Code

public static function getInfo() {
  return array(
    'name' => 'Session API tests',
    'description' => 'Tests various Session API functions',
    'group' => 'Session API',
  );
}