public static function PMProjectTestCase::getInfo in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pmproject/pmproject.test \PMProjectTestCase::getInfo()
- 7.3 pmproject/pmproject.test \PMProjectTestCase::getInfo()
- 7.2 pmproject/pmproject.test \PMProjectTestCase::getInfo()
Provides metadata about this group of test cases.
File
- pmproject/
pmproject.test, line 11 - Test definitions for the PM Project module
Class
- PMProjectTestCase
- @file Test definitions for the PM Project module
Code
public static function getInfo() {
return array(
'name' => t('PM Project Functionality'),
'description' => t('Test the functionality of the PM Project module'),
'group' => 'Project Management',
);
}