public static function AcquiaSPITestCase::getInfo in Acquia Connector 7.2
Same name and namespace in other branches
- 7.3 acquia_spi/tests/acquia_spi.test \AcquiaSPITestCase::getInfo()
File
- acquia_spi/
tests/ acquia_spi.test, line 40
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',
);
}