You are here

public function PrintBasicTest::getInfo in Printer, email and PDF versions 7.2

Same name and namespace in other branches
  1. 6 tests/print_basic.test \PrintBasicTest::getInfo()
  2. 7 tests/print_basic.test \PrintBasicTest::getInfo()
  3. 5.x tests/print_basic.test \PrintBasicTest::getInfo()

Implementation of getInfo().

File

tests/print_basic.test, line 22
Print module simpletest tests.

Class

PrintBasicTest
Class PrintBasicTest.

Code

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