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