You are here

function StatisticsProTestCase::getinfo in Statistics Pro 6

Same name and namespace in other branches
  1. 6.2 tests/statspro.test \StatisticsProTestCase::getinfo()

Implementation of getInfo().

File

tests/statspro.test, line 323
Functionality tests for Statistics Pro.

Class

StatisticsProTestCase
Class responsible for testing the module.

Code

function getinfo() {
  return array(
    'name' => t('Main tests'),
    'description' => t('Test Statistics Pro module functionality.'),
    'group' => 'Statistics Pro',
  );
}