You are here

public static function CasLoginBlockTestCase::getInfo in CAS 6.3

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

File

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

Class

CasLoginBlockTestCase
Tests the visibility and functionality of the CAS login block.

Code

public static function getInfo() {
  return array(
    'name' => 'CAS login block',
    'description' => 'Tests the CAS login block.',
    'group' => 'Central Authentication Service',
  );
}