You are here

public static function AgreementBypassUserTestCase::getInfo in Agreement 7.2

File

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

Class

AgreementBypassUserTestCase
Tests the agreement functionality for an user with "bypass agreement".

Code

public static function getInfo() {
  return array(
    'name' => '4. Agreement page - bypass',
    'description' => 'Ensure that user with bypass agreement will not see agreement page.',
    'group' => 'Agreement',
  );
}