You are here

static function WSClientRestWSTestCase::getInfo in Web service client 7

File

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

Class

WSClientRestWSTestCase

Code

static function getInfo() {
  return array(
    'name' => 'Web service client RestWS (2.x)',
    'description' => 'Tests invoking the local RestWS service.',
    'group' => 'Services',
    'dependencies' => array(
      'restws',
      'restws_basic_auth',
    ),
  );
}