You are here

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

Implementation of getInfo().

File

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

Class

MerciEntityRefBehaviorTest
Functional tests for the merci_line_item UI module.

Code

public static function getInfo() {
  return array(
    'name' => 'Merci Entity Reference Behavior',
    'description' => 'Test Merci Entity Reference Behavior.',
    'group' => 'Drupal Merci',
  );
}