You are here

public static function AcquiaSPITestCase::getInfo in Acquia Connector 7.3

Same name and namespace in other branches
  1. 7.2 acquia_spi/tests/acquia_spi.test \AcquiaSPITestCase::getInfo()

Needs comment.

File

acquia_spi/tests/acquia_spi.test, line 94

Class

AcquiaSPITestCase
Tests the functionality of the Acquia SPI module.

Code

public static function getInfo() {

  // Note: getInfo() strings are not translated with t().
  return array(
    'name' => 'Acquia SPI',
    'description' => 'Test sending Acquia SPI data.',
    'group' => 'Acquia',
  );
}