public static function MathfieldWidgetTestCase::getInfo in Math Field 7
File
- ./
mathfield.test, line 154 - Tests for mathfield.module.
Class
- MathfieldWidgetTestCase
- Test math field widgets.
Code
public static function getInfo() {
return array(
'name' => 'Math Field Widget Test',
'description' => 'Ensure that math expression widgets function properly.',
'group' => 'Math Field',
);
}