You are here

public static function SecureSiteTypeBasicUserFunctionalTest::getInfo in Secure Site 7.2

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

Implements getInfo().

File

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

Class

SecureSiteTypeBasicUserFunctionalTest
Functional tests for basic authentication with user credentials.

Code

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