You are here

public static function PMTicketTestCase::getInfo in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmticket/pmticket.test \PMTicketTestCase::getInfo()
  2. 7.3 pmticket/pmticket.test \PMTicketTestCase::getInfo()
  3. 7.2 pmticket/pmticket.test \PMTicketTestCase::getInfo()

Provides metadata about this group of test cases.

File

pmticket/pmticket.test, line 11
Test definitions for the PM Ticket module.

Class

PMTicketTestCase
@file Test definitions for the PM Ticket module.

Code

public static function getInfo() {
  return array(
    'name' => t('PM Ticket Functionality'),
    'description' => t('Test the functionality of the PM Ticket module'),
    'group' => 'Project Management',
  );
}