You are here

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

getInfo() returns properties that are displayed in the test selection form.

File

merci_core/tests/merci_base.test, line 688
Defines abstract base test class for the Merci module tests.

Class

MerciSandboxTestCase
Sandbox for trying new things with tests. Eases development so only one test has to run at a time. Move everything to MerciBaseTesterTestCase after it is functioning here.

Code

public static function getInfo() {
  return array(
    'name' => t('Merci sandbox'),
    'description' => t('Sandbox for trying new things with tests. Eases development so only one test has to run at a time.'),
    'group' => t('Drupal Merci'),
  );
}