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