You are here

public static function CasGatewayTestCase::getInfo in CAS 6.3

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

File

./cas.test, line 694
Tests for cas.module.

Class

CasGatewayTestCase
Test case for CAS gateway feature.

Code

public static function getInfo() {
  return array(
    'name' => 'CAS Gateway',
    'description' => 'Test CAS Gateway ("Check to see if user is already logged in") feature.',
    'group' => 'Central Authentication Service',
  );
}