You are here

public static function CasLogoutRedirectionTestCase::getInfo in CAS 6.3

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

File

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

Class

CasLogoutRedirectionTestCase
Test case to test user logout behavior.

Code

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