public static function CommerceWebformTestCase::getInfo in Commerce Webform 7.2
getInfo() returns properties that are displayed in the test selection form.
File
- tests/
commerce_webform.test, line 26 - Commerce Webform tests.
Class
- CommerceWebformTestCase
- Test Commerce Webform module's features.
Code
public static function getInfo() {
return array(
'name' => 'Commerce Webform Tests',
'description' => 'Ensure that the commerce webform module functions as expected',
'group' => 'Commerce Webform',
);
}