You are here

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

Provides metadata about this group of test cases.

File

pminvoice/pminvoice.test, line 11
Test definitions for the PM Invoice module.

Class

PMInvoiceTestCase
@file Test definitions for the PM Invoice module.

Code

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