public static function LegalPasswordResetTestCase::getInfo in Legal 7
Same name and namespace in other branches
- 7.2 legal.test \LegalPasswordResetTestCase::getInfo()
File
- ./
legal.test, line 109 - Tests for Legal module.
Class
- LegalPasswordResetTestCase
- Test registering as new user and creating an account.
Code
public static function getInfo() {
return array(
'name' => 'Password reset',
'description' => 'Password reset workflow when T&Cs need to be accepted.',
'group' => 'Legal',
);
}