You are here

function SecureSiteForceOfflineFunctionalTest::getInfo in Secure Site 6.2

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

Implementation of getInfo().

File

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

Class

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

Code

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