public static function WebformRemotePostTestCase::getInfo in Webform Remote Post 7
Implements getInfo().
File
- tests/
webform_remote_post.test, line 12
Class
- WebformRemotePostTestCase
- Tests the functionality of the Webform Remote Post module.
Code
public static function getInfo() {
return array(
'name' => 'Webform Remote Post Target',
'description' => 'Can create a Webform and add a Webform Remote Post target to it.',
'group' => 'Webform Remote Post',
);
}