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