You are here

function LegalPasswordResetTestCase::getInfo in Legal 7.2

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

File

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

Class

LegalPasswordResetTestCase
Test registering as new user and creating an account.

Code

function getInfo() {
  return array(
    'name' => 'Password reset',
    'description' => 'Password reset workflow when T&Cs need to be accepted.',
    'group' => 'Legal',
  );
}