public static function SecureSiteDigestNoneTest::getInfo in Secure Site 8
Implements getInfo().
File
- src/
Tests/ DigestAuth/ SecureSiteDigestNoneTest.php, line 25 - Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestNoneTest
Class
- SecureSiteDigestNoneTest
- Functional test for digest authentication without credentials.
Namespace
Drupal\securesite\Tests\DigestAuthCode
public static function getInfo() {
return array(
'name' => t('Digest authentication: No credentials'),
'description' => t('Test HTTP digest authentication without credentials. Digest scripts must be configured on the live site before this test is run.'),
'group' => t('Secure Site'),
);
}