public static function PMTicketTestCase::getInfo in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pmticket/pmticket.test \PMTicketTestCase::getInfo()
- 7.3 pmticket/pmticket.test \PMTicketTestCase::getInfo()
- 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',
);
}