You are here

public static function SecureSiteDigestUserUnstoredTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/DigestAuth/SecureSiteDigestUserUnstoredTest.php, line 27
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestUserUnstoredTest

Class

SecureSiteDigestUserUnstoredTest
Functional tests for digest authentication with user credentials.

Namespace

Drupal\securesite\Tests\DigestAuth

Code

public static function getInfo() {
  return array(
    'name' => t('Digest authentication: User credentials unstored'),
    'description' => t('Test HTTP digest authentication with unstored user credentials. Digest scripts must be configured on the live site before these tests can be run.'),
    'group' => t('Secure Site'),
  );
}