public static function AccessDeniedTestCase::getInfo in Drupal 7
File
- modules/
system/ system.test, line 1036 - Tests for system.module.
Class
- AccessDeniedTestCase
- Tests custom access denied functionality.
Code
public static function getInfo() {
return array(
'name' => '403 functionality',
'description' => 'Tests page access denied functionality, including custom 403 pages.',
'group' => 'System',
);
}