You are here

function SimplenewsRolesTestCase::getInfo in Simplenews Roles 6

Same name and namespace in other branches
  1. 6.2 tests/simplenews_roles.test \SimplenewsRolesTestCase::getInfo()

Drupal SimpleTest method: return metadata about the test.

File

tests/simplenews_roles.test, line 14

Class

SimplenewsRolesTestCase
Unit tests for Simplenews Roles module.

Code

function getInfo() {
  return array(
    'name' => t('Simplenews Roles'),
    'description' => t('Executes test suite for Simplenews Roles module.'),
    'group' => t('Simplenews'),
  );
}