You are here

function ClientsConnectionDrupalRESTTestNodeRetrieve::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 78
Contains classes for Client connection testing.

Class

ClientsConnectionDrupalRESTTestNodeRetrieve
Test node load from a Drupal Services REST connection.

Code

function testLabels() {
  return array(
    'label' => t('Test node retrieval'),
    'description' => t('Load a node from the connection.'),
    'button' => t('Load node'),
  );
}