You are here

public static function SecureSiteBasicGuestSetTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/BasicAuth/SecureSiteBasicGuestSetTest.php, line 34
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicGuestSetTest

Class

SecureSiteBasicGuestSetTest
Functional tests for basic authentication with guest credentials set.

Namespace

Drupal\securesite\Tests\BasicAuth

Code

public static function getInfo() {
  return array(
    'name' => t('Basic authentication: Guest credentials set'),
    'description' => t('Test HTTP basic authentication with guest credentials set.'),
    'group' => t('Secure Site'),
  );
}