public static function SimpleNewsUpgradePath61TestCase::getInfo in Simplenews 7.2
Same name and namespace in other branches
- 7 tests/simplenews.test \SimpleNewsUpgradePath61TestCase::getInfo()
File
- tests/
simplenews.test, line 2099 - Simplenews test functions.
Class
- SimpleNewsUpgradePath61TestCase
- Upgrade test from 6.x-1.x
Code
public static function getInfo() {
return array(
'name' => 'Simplenews 6.x-1.x upgrade path',
'description' => 'Simplenews 6.x-1.x upgrade path tests.',
'group' => 'Simplenews',
);
}