You are here

function PrintBasicTest::getInfo in Printer, email and PDF versions 7

Same name and namespace in other branches
  1. 6 tests/print_basic.test \PrintBasicTest::getInfo()
  2. 7.2 tests/print_basic.test \PrintBasicTest::getInfo()
  3. 5.x 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, email and PDF versions tests'),
    'description' => t('Unit tests for the print, print_mail and print_pdf modules.'),
    'group' => t('Printer, email and PDF versions'),
  );
}