You are here

public static function SecureSiteBasicUserTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/BasicAuth/SecureSiteBasicUserTest.php, line 30
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicUserTest

Class

SecureSiteBasicUserTest
Functional tests for basic authentication with user credentials.

Namespace

Drupal\securesite\Tests\BasicAuth

Code

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