static function WSClientSOAPRulesTestCase::getInfo in Web service client 7
File
- wsclient_examples/
wsclient_examples.test, line 34 - Web service client SOAP/REST Tests.
Class
Code
static function getInfo() {
return array(
'name' => 'Web service client SOAP Rules',
'description' => 'Tests the Rules integration of the SOAP endpoint.',
'group' => 'Services',
'dependencies' => array(
'rules',
),
);
}