You are here

function ClientsConnectionDrupalTestLogin::testLabels in Web Service Clients 7.3

The labels for the test.

Overrides ClientsConnectionTestingInterface::testLabels

File

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

Class

ClientsConnectionDrupalTestLogin
Test login to a Drupal Services connection.

Code

function testLabels() {
  return array(
    'label' => t('Test login'),
    'description' => t('Test the basic connection to the site by calling user.login.'),
    'button' => t('Log in'),
  );
}