function StatsproTestCase::getinfo in Statistics Pro 6
Same name and namespace in other branches
- 6.2 tests/statspro.test \StatsproTestCase::getinfo()
Implementation of getInfo().
File
- tests/
statspro.test, line 600 - Functionality tests for Statistics Pro.
Class
- StatsproTestCase
- Class resposible for testing the statspro class.
Code
function getinfo() {
return array(
'name' => t('statspro class tests'),
'description' => t('Test the statspro class.'),
'group' => 'Statistics Pro',
);
}