public static function UserpointsNodeVisitsTestCase::getInfo in User points Nodes and Comments 7
Implementation of getInfo().
File
- userpoints_nc_visits/
userpoints_nc_visits.test, line 23
Class
- UserpointsNodeVisitsTestCase
- Generic tests for Userpoints Visits module.
Code
public static function getInfo() {
return array(
'name' => t('Userpoints Node Visits'),
'description' => t('Tests granting points when viewing content.'),
'group' => t('Userpoints'),
);
}