You are here

function LegalRegisterTestCase::getInfo in Legal 7.2

Same name and namespace in other branches
  1. 6.8 legal.test \LegalRegisterTestCase::getInfo()
  2. 7 legal.test \LegalRegisterTestCase::getInfo()

File

./legal.test, line 43
Tests for Legal module.

Class

LegalRegisterTestCase
Test registering as new user and creating an account.

Code

function getInfo() {
  return array(
    'name' => 'Create Account',
    'description' => 'Register as new user and create account.',
    'group' => 'Legal',
  );
}