You are here

public static function SecureSiteForceAlwaysTest::getInfo in Secure Site 8

Implements getInfo().

File

src/Tests/ForcedAuth/SecureSiteForceAlwaysTest.php, line 27
Contains Drupal\securesite\Tests\ForcedAuth\SecureSiteForceAlwaysTest

Class

SecureSiteForceAlwaysTest
Functional tests for page requests with authentication always forced.

Namespace

Drupal\securesite\Tests\ForcedAuth

Code

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