function UserpointsTestCase::getInfo in User Points 6
Implementation of getInfo().
File
- tests/
userpoints_api.test, line 10
Class
Code
function getInfo() {
return array(
'name' => t('Userpoints API '),
'description' => t('Tests the core API for proper inserts & updates to the database tables,
moderation, expiration, as well as permission checks'),
'group' => t('Userpoints'),
);
}