You are here

public static function PMProjectTestCase::getInfo in Drupal PM (Project Management) 7.2

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