You are here

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

Implementation of getInfo().

File

merci_line_item/tests/merci_line_item_ui.test, line 26
Functional tests for the merci_line_item UI module.

Class

MerciLineItemUITest
Functional tests for the merci_line_item UI module.

Code

public static function getInfo() {
  return array(
    'name' => 'Merci Line Item UI',
    'description' => 'Test creating, editing and deleting a MERCI line item through the user interface.',
    'group' => 'Drupal Merci',
  );
}