public static function UnitsDefaultWebTestCase::getInfo in Units of Measurement 7
Same name and namespace in other branches
- 7.2 units_default/units_default.test \UnitsDefaultWebTestCase::getInfo()
GetInfo method.
File
- units_default/
units_default.test, line 20 - Tests for Units default module.
Class
- UnitsDefaultWebTestCase
- @file Tests for Units default module.
Code
public static function getInfo() {
return array(
'name' => 'Default units',
'description' => 'Ensure that the default units are property added and removed.',
'group' => 'Units',
);
}