You are here

public static function AgreementDefaultsPrivilegedUserTestCase::getInfo in Agreement 6.2

Same name and namespace in other branches
  1. 6 agreement.test \AgreementDefaultsPrivilegedUserTestCase::getInfo()
  2. 7.2 agreement.test \AgreementDefaultsPrivilegedUserTestCase::getInfo()

File

./agreement.test, line 125
Tests for Agreement module.

Class

AgreementDefaultsPrivilegedUserTestCase

Code

public static function getInfo() {
  return array(
    'name' => '1. Agreement settings',
    'description' => 'Ensure that the default settings work properly for the admin user.',
    'group' => 'Agreement',
  );
}