You are here

public static function PMNoteTestCase::getInfo in Drupal PM (Project Management) 7

Same name and namespace in other branches
  1. 8 pmnote/pmnote.test \PMNoteTestCase::getInfo()
  2. 7.3 pmnote/pmnote.test \PMNoteTestCase::getInfo()
  3. 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',
  );
}