You are here

static function TMGMTUITestCase::getInfo in Translation Management Tool 7

File

ui/tmgmt_ui.test, line 13

Class

TMGMTUITestCase
Test the UI of tmgmt, for example the checkout form.

Code

static function getInfo() {
  return array(
    'name' => 'UI tests',
    'description' => 'Verifies basic functionality of the user interface',
    'group' => 'Translation Management',
  );
}