You are here

function ClientsConnectionDrupalTestNodeLoadBase::testLabels in Web Service Clients 7.3

The labels for the test.

Overrides ClientsConnectionTestingInterface::testLabels

File

connections/clients_drupal/clients_drupal.testing.inc, line 124
Contains classes for Client connection testing.

Class

ClientsConnectionDrupalTestNodeLoadBase
Abstract base class for testing node load from a Drupal Services connection.

Code

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