You are here

function ClientsConnectionDrupalRESTTestGeneric::testLabels in Web Service Clients 7.3

The labels for the test.

Overrides ClientsConnectionTestingInterface::testLabels

File

connections/clients_drupal_rest/clients_drupal_rest.testing.inc, line 285
Contains classes for Client connection testing.

Class

ClientsConnectionDrupalRESTTestGeneric
Test a generic REST request.

Code

function testLabels() {
  return array(
    'label' => t('Test a generic request'),
    'description' => t('Test a generic request by specifying the method, service, and resource.'),
    'button' => t('Execute'),
  );
}