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