You are here

function SecureSiteScriptStoredPasswordsUnitTest::getInfo in Secure Site 6.2

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

Implementation of getInfo().

File

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

Class

SecureSiteScriptStoredPasswordsUnitTest
Unit tests for stored_passwords.php.

Code

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