public static function WebformMatrixTestCase::getInfo in Webform Matrix Component 7.4
Implements getInfo().
File
- tests/
webform_matrix_component.test, line 15 - Tests for the Weform Matrix Component module.
Class
- WebformMatrixTestCase
- Tests for webform matrix component.
Code
public static function getInfo() {
return array(
'name' => t('Webform matrix component'),
'description' => t('Tests webform matrix component.'),
'group' => t('Webform'),
);
}