function PasswordHashingTest::getInfo
File
-
modules/
simpletest/ tests/ password.test, line 14
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.