You are here

public static function SecureSiteBasicNoneTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/BasicAuth/SecureSiteBasicNoneTest.php, line 25
Contains Drupal\securesite\Tests\BasicAuth\SecureSiteBasicNoneTest

Class

SecureSiteBasicNoneTest
Functional test for basic authentication without credentials.

Namespace

Drupal\securesite\Tests\BasicAuth

Code

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