You are here

function SessionApiTestCase::get_info in Session API 5

File

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

Class

SessionApiTestCase
Session API SimpleTest class

Code

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