You are here

public static function sharedemailTest::get_info in Shared Email 7

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

Here there be fixtures.

File

tests/sharedemail.test, line 8

Class

sharedemailTest

Code

public static 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'),
  );
}