function PrintBasicTest::getInfo in Printer, email and PDF versions 5.x
Same name and namespace in other branches
- 6 tests/print_basic.test \PrintBasicTest::getInfo()
- 7.2 tests/print_basic.test \PrintBasicTest::getInfo()
- 7 tests/print_basic.test \PrintBasicTest::getInfo()
Implementation of getInfo().
File
- tests/
print_basic.test, line 19 - print module simpletest tests
Class
- PrintBasicTest
- @file print module simpletest tests
Code
function getInfo() {
return array(
'name' => t('Printer, e-mail and PDF versions tests'),
'description' => t('Unit tests for the print, print_mail and print_pdf modules.'),
'group' => t('Printer, e-mail and PDF versions'),
);
}