public static function LegalRegisterTestCase::getInfo in Legal 7
Same name and namespace in other branches
- 6.8 legal.test \LegalRegisterTestCase::getInfo()
- 7.2 legal.test \LegalRegisterTestCase::getInfo()
File
- ./legal.test, line 51
- Tests for Legal module.
Class
- LegalRegisterTestCase
- Test registering as new user and creating an account.
Code
public static function getInfo() {
return array(
'name' => 'Create Account',
'description' => 'Register as new user and create account.',
'group' => 'Legal',
);
}