You are here

function SessionApiTestCase::getInfo in Session API 6

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

File

./session_api.test, line 13
Session API SimpleTests.

Class

SessionApiTestCase
Session API SimpleTest class

Code

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