You are here

public static function AgreementMultipleTestCase::getInfo in Agreement 7.2

File

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

Class

AgreementMultipleTestCase
Tests multiple agreement functionality.

Code

public static function getInfo() {
  return array(
    'name' => '5. Multiple agreements',
    'description' => 'Ensure that multiple agreements functional together.',
    'group' => 'Agreement',
  );
}