You are here

public static function CasUserTestCase::getInfo in CAS 6.3

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

File

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

Class

CasUserTestCase
Test case to test user editing behavior.

Code

public static function getInfo() {
  return array(
    'name' => 'User behavior',
    'description' => 'Test CAS user behavior, including auto-registration and user editing.',
    'group' => 'Central Authentication Service',
  );
}