You are here

public static function SecureSiteScriptStoredPasswordsUnitTest::getInfo in Secure Site 7.2

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

Implements getInfo().

File

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

Class

SecureSiteScriptStoredPasswordsUnitTest
Unit tests for stored_passwords.php.

Code

public static function getInfo() {
  return array(
    'name' => 'stored_passwords.php',
    'description' => t('Test password storage script. Digest scripts must be configured on the live site before these tests can be run.'),
    'group' => t('Secure Site'),
  );
}