You are here

function sharedemailTest::get_info in Shared Email 5

Same name and namespace in other branches
  1. 6 tests/sharedemail.test \sharedemailTest::get_info()
  2. 7 tests/sharedemail.test \sharedemailTest::get_info()

here there be fixtures

File

tests/sharedemail.test, line 7

Class

sharedemailTest

Code

function get_info() {
  return array(
    'name' => t('sharedemail Unit Tests'),
    'desc' => t('tests the unit functions of the sharedemail module'),
    'group' => t('DDh: sharedemail module'),
  );
}