public static function SecureSiteForce403Test::getInfo in Secure Site 8
Implements getInfo().
File
- src/
Tests/ ForcedAuth/ SecureSiteForce403Test.php, line 27 - Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForce403Test
Class
- SecureSiteForce403Test
- Functional tests for page requests with authentication forced on restricted pages.
Namespace
Drupal\securesite\Tests\ForcedAuthCode
public static function getInfo() {
return array(
'name' => t('Forced authentication: Restricted pages'),
'description' => t('Test page requests with authentication forced on restricted pages.'),
'group' => t('Secure Site'),
);
}