You are here

public static function UnitsUIWebTestCase::getInfo in Units of Measurement 7.2

Same name and namespace in other branches
  1. 7 units_ui.test \UnitsUIWebTestCase::getInfo()

GetInfo method.

File

./units_ui.test, line 20
Tests for Units UI module.

Class

UnitsUIWebTestCase
@file Tests for Units UI module.

Code

public static function getInfo() {
  return array(
    'name' => 'Units UI',
    'description' => 'Ensure that the Units UI module works correctly.',
    'group' => 'Units',
  );
}