You are here

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

Same name and namespace in other branches
  1. 8 pmproject/pmproject.test \PMProjectTestCase::getInfo()
  2. 7.3 pmproject/pmproject.test \PMProjectTestCase::getInfo()
  3. 7.2 pmproject/pmproject.test \PMProjectTestCase::getInfo()

Provides metadata about this group of test cases.

File

pmproject/pmproject.test, line 11
Test definitions for the PM Project module

Class

PMProjectTestCase
@file Test definitions for the PM Project module

Code

public static function getInfo() {
  return array(
    'name' => t('PM Project Functionality'),
    'description' => t('Test the functionality of the PM Project module'),
    'group' => 'Project Management',
  );
}