You are here

static function WSClientRESTRulesTestCase::getInfo in Web service client 7

File

wsclient_examples/wsclient_examples.test, line 93
Web service client SOAP/REST Tests.

Class

WSClientRESTRulesTestCase

Code

static function getInfo() {
  return array(
    'name' => 'Web service client REST Rules',
    'description' => 'Tests the Rules integration of the REST endpoint.',
    'group' => 'Services',
    'dependencies' => array(
      'rules',
    ),
  );
}