public static function PasswordHashingTest::getInfo

File

drupal/modules/simpletest/tests/password.test, line 14
Provides unit tests for password.inc.

Class

PasswordHashingTest
Unit tests for password hashing API.

Code

public static function getInfo() {
  return array(
    'name' => 'Password hashing',
    'description' => 'Password hashing unit tests.',
    'group' => 'System',
  );
}