You are here

public static function SecureSiteForceDisabledTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/ForcedAuth/SecureSiteForceDisabledTest.php, line 25
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceDisabledTest

Class

SecureSiteForceDisabledTest
Functional test for page request without forced authentication.

Namespace

Drupal\securesite\Tests\ForcedAuth

Code

public static function getInfo() {
  return array(
    'name' => t('Forced authentication: Disabled'),
    'description' => t('Test page request without forced authentication.'),
    'group' => t('Secure Site'),
  );
}