public static function PMTicketTestCase::getInfo in Drupal PM (Project Management) 7.2
Same name and namespace in other branches
- 8 pmticket/pmticket.test \PMTicketTestCase::getInfo()
- 7.3 pmticket/pmticket.test \PMTicketTestCase::getInfo()
- 7 pmticket/pmticket.test \PMTicketTestCase::getInfo()
Provides metadata about this group of test cases.
File
- pmticket/
pmticket.test, line 15 - Test definitions for PM Ticket.
Class
- PMTicketTestCase
- Define a test case for PM Ticket.
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',
);
}