You are here

public static function SecureSiteForceOfflineFunctionalTest::getInfo in Secure Site 7.2

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

Implements getInfo().

File

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

Class

SecureSiteForceOfflineFunctionalTest
Functional tests for page requests with authentication forced when site is off line.

Code

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