function AccessDeniedTestCase::getInfo

File

modules/system/system.test, line 1052

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.