You are here

public static function CasLoginRedirectionTestCase::getInfo in CAS 6.3

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

File

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

Class

CasLoginRedirectionTestCase
Test case to test user login behavior.

Code

public static function getInfo() {
  return array(
    'name' => 'Login redirection',
    'description' => 'Test CAS user login redirection.',
    'group' => 'Central Authentication Service',
  );
}