You are here

public static function CasAttributesTokenTestCase::getInfo in CAS Attributes 6.3

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

File

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

Class

CasAttributesTokenTestCase
Test case for CAS attribute tokens.

Code

public static function getInfo() {
  return array(
    'name' => 'CAS Attributes: Tokens',
    'description' => 'Test CAS Attribute attribute tokens.',
    'group' => 'Central Authentication Service',
  );
}