public static function SecureSiteBasicGuestUnsetTest::getInfo in Secure Site 8
Implements getInfo().
File
- src/
Tests/ BasicAuth/ SecureSiteBasicGuestUnsetTest.php, line 27 - Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicGuestUnsetTest
Class
- SecureSiteBasicGuestUnsetTest
- Functional tests for basic authentication with guest credentials unset.
Namespace
Drupal\securesite\Tests\BasicAuthCode
public static function getInfo() {
return array(
'name' => t('Basic authentication: Guest credentials unset'),
'description' => t('Test HTTP basic authentication with guest credentials unset.'),
'group' => t('Secure Site'),
);
}