You are here

public static function CasAttributesTestCase::getInfo in CAS Attributes 6.3

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

File

./cas_attributes.test, line 84
Tests for CAS Attributes.

Class

CasAttributesTestCase
Test case for CAS attribute setting.

Code

public static function getInfo() {
  return array(
    'name' => 'CAS Attributes: Login',
    'description' => 'Test CAS Attributes are set on login.',
    'group' => 'Central Authentication Service',
  );
}