You are here

static function SimplenewsUnitTest::getInfo in Simplenews 7

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

File

tests/simplenews.test, line 2948
Simplenews test functions.

Class

SimplenewsUnitTest
Unit tests for certain functions.

Code

static function getInfo() {
  return array(
    'name' => 'Unit tests',
    'description' => 'Unit tests for certain functions.',
    'group' => 'Simplenews',
  );
}