You are here

function SimplenewsUnitTest::getInfo in Simplenews 6.2

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

File

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

Class

SimplenewsUnitTest
Unit tests for certain functions.

Code

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