You are here

public static function AgreementMultipleRoleTestCase::getInfo in Agreement 7.2

File

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

Class

AgreementMultipleRoleTestCase
Tests multiple roles applying to an agreement.

Code

public static function getInfo() {
  return array(
    'name' => '7. Agreement page - Multiple roles',
    'description' => 'Tests an agreement that applies to multiple roles.',
    'group' => 'Agreement',
  );
}