public static function PasswordHashingTest::getInfo in Drupal 7
File
- 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',
);
}