You are here

public static function SecureSiteForceAlwaysFunctionalTest::getInfo in Secure Site 7.2

Same name and namespace in other branches
  1. 6.2 securesite.test \SecureSiteForceAlwaysFunctionalTest::getInfo()

Implements getInfo().

File

./securesite.test, line 944
Tests for Secure Site module.

Class

SecureSiteForceAlwaysFunctionalTest
Functional tests for page requests with authentication always forced.

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'),
  );
}