public static function RangeUnitTestCase::getInfo in Range 7
File
- tests/
range.unit.test, line 16 - Unit tests for Range module.
Class
- RangeUnitTestCase
- Unit tests for Range.
Code
public static function getInfo() {
return array(
'name' => 'Unit tests',
'description' => 'Tests range formatter layer.',
'group' => 'Range',
);
}