public static function SparkpostTestCase::getInfo in Sparkpost email 7
Same name and namespace in other branches
- 7.2 tests/sparkpost.test \SparkpostTestCase::getInfo()
Returns info displayed in the test interface.
Return value
array Formatted as specified by simpletest.
File
- tests/
sparkpost.test, line 30 - Test class for the Sparkpost module.
Class
- SparkpostTestCase
- @file Test class for the Sparkpost module.
Code
public static function getInfo() {
// Note: getInfo() strings are not translated with t().
return array(
'name' => 'Sparkpost Tests',
'description' => 'Test core Sparkpost functionality.',
'group' => 'Sparkpost',
);
}