You are here

public static function CustomErrorAltTestCase::getInfo in Customerror 7

Implements getInfo().

File

customerroralt/customerroralt.test, line 12
Tests for the CustomErrorAlt module.

Class

CustomErrorAltTestCase
@file Tests for the CustomErrorAlt module.

Code

public static function getInfo() {
  return array(
    'name' => 'Custom Error Alternate for Authenticated',
    'description' => 'Check that the custom error messages for authenticated users  are displayed.',
    'group' => 'Custom Error',
  );
}