public static function sharedemailTest::get_info in Shared Email 7
Same name and namespace in other branches
- 5 tests/sharedemail.test \sharedemailTest::get_info()
- 6 tests/sharedemail.test \sharedemailTest::get_info()
Here there be fixtures.
File
- tests/
sharedemail.test, line 8
Class
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'),
);
}