function UserpointsAPITestCase::getInfo in User Points 7
Same name and namespace in other branches
- 7.2 userpoints.test \UserpointsAPITestCase::getInfo()
Implements getInfo().
File
- tests/
userpoints_api.test, line 92 - Contains test classes for userpoints module.
Class
- UserpointsAPITestCase
- API Tests.
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'),
);
}