You are here

function SecureSiteTypeBasicUserFunctionalTest::getInfo in Secure Site 6.2

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

Implementation of getInfo().

File

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

Class

SecureSiteTypeBasicUserFunctionalTest
Functional tests for basic authentication with user credentials.

Code

function getInfo() {
  return array(
    'name' => t('Basic authentication: User credentials'),
    'description' => t('Test HTTP basic authentication with user credentials.'),
    'group' => t('Secure Site'),
  );
}