public static function UnitsWebTestCase::getInfo in Units of Measurement 7.2
Same name and namespace in other branches
- 7 units.test \UnitsWebTestCase::getInfo()
GetInfo method.
File
- ./
units.test, line 13 - Tests for Units module.
Class
- UnitsWebTestCase
- @file Tests for Units module.
Code
public static function getInfo() {
return array(
'name' => 'CRUD Units',
'description' => 'Ensure that the CRUD operations and conversions work correctly in Units module.',
'group' => 'Units',
);
}