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