You are here

public static function AgreementCustomUnprivilegedUserTestCase::getInfo in Agreement 6.2

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

File

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

Class

AgreementCustomUnprivilegedUserTestCase

Code

public static function getInfo() {
  return array(
    'name' => '3. Agreement page - custom settings',
    'description' => 'Ensure that custom settings work properly for the end user.',
    'group' => 'Agreement',
  );
}