You are here

public static function SecureSiteDigestUserStoredTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/DigestAuth/SecureSiteDigestUserStoredTest.php, line 28
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestUserStoredTest

Class

SecureSiteDigestUserStoredTest
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 stored'),
    'description' => t('Test HTTP digest authentication with stored user credentials. Digest scripts must be configured on the live site before these tests can be run.'),
    'group' => t('Secure Site'),
  );
}