public static function PMPersonTestCase::getInfo in Drupal PM (Project Management) 7
Same name and namespace in other branches
- 8 pmperson/pmperson.test \PMPersonTestCase::getInfo()
- 7.3 pmperson/pmperson.test \PMPersonTestCase::getInfo()
- 7.2 pmperson/pmperson.test \PMPersonTestCase::getInfo()
Defines test meta-data.
File
- pmperson/
pmperson.test, line 15 - Test definitions for the PM Person module.
Class
- PMPersonTestCase
- Test definition for the PM Person module.
Code
public static function getInfo() {
return array(
'name' => 'PM Person functionality',
'description' => 'Test the functionality of the PM Person module',
'group' => 'Project Management',
);
}