You are here

public static function SimpleNewsUpgradePath61TestCase::getInfo in Simplenews 7

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

File

tests/simplenews.test, line 1964
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',
  );
}