public static function PMProjectTestCase::getInfo in Drupal PM (Project Management) 8
Same name and namespace in other branches
- 7.3 pmproject/pmproject.test \PMProjectTestCase::getInfo()
- 7 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 15 - Test definitions for PM Project.
Class
- PMProjectTestCase
- Define a test case for PM Project.
Code
public static function getInfo() {
return array(
'name' => t('PM Project'),
'description' => t('Test the functionality of the PM Project module'),
'group' => 'Project Management',
);
}