File
- drupal/core/modules/system/lib/Drupal/system/Tests/System/AccessDeniedTest.php, line 26
- Definition of Drupal\system\Tests\System\AccessDeniedTest.
Class
- AccessDeniedTest
- Tests custom access denied functionality.
Namespace
Drupal\system\Tests\System
Code
public static function getInfo() {
return array(
'name' => '403 functionality',
'description' => 'Tests page access denied functionality, including custom 403 pages.',
'group' => 'System',
);
}