You are here

public static function SecureSiteDigestGuestSetTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/DigestAuth/SecureSiteDigestGuestSetTest.php, line 29
Contains Drupal\securesite\Tests\DigestAuth\SecureSiteDigestGuestSetTest

Class

SecureSiteDigestGuestSetTest
Functional tests for digest authentication with guest credentials set.

Namespace

Drupal\securesite\Tests\DigestAuth

Code

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