You are here

public static function MerciIssueTestCase::getInfo in MERCI (Manage Equipment Reservations, Checkout and Inventory) 7.2

Same name and namespace in other branches
  1. 6.2 tests/merci_issues.test \MerciIssueTestCase::getInfo()

File

tests/merci_issues.test, line 18

Class

MerciIssueTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'MERCI issue testing',
    'description' => 'Prevent regression in MERCI issues.',
    'group' => 'Merci',
  );
}