| Sum of transactions match total points for user | Other | userpoints_api.test | 61 | UserpointsTestCase->testBasicCall() |  |
| Successfully verified negative points in the txn table | Other | userpoints_api.test | 71 | UserpointsTestCase->testBasicCall() |  |
| Sum of transactions matches the caching table | Other | userpoints_api.test | 97 | UserpointsTestCase->testBasicCall() |  |
| Caching table matches testing code after 10 point records totaling 662 points | Other | userpoints_api.test | 101 | UserpointsTestCase->testBasicCall() |  |
| userpoints_get_current_points() returned correct point value | Other | userpoints_api.test | 104 | UserpointsTestCase->testBasicCall() |  |
| userpoints_get_max_points() returned correct point value | Other | userpoints_api.test | 107 | UserpointsTestCase->testBasicCall() |  |
| Successfully verified points in the txn table | Other | userpoints_api.test | 133 | UserpointsTestCase->testParamsArrayCall() |  |
| Successfully verified points in the txn table | Other | userpoints_api.test | 166 | UserpointsTestCase->testParamsArrayCall() |  |
| (expirydate = random number)Successfully verified that the summary table was updated | Other | userpoints_api.test | 265 | UserpointsTestCase->testExpiration() |  |
| (expirydate = today)Successfully verified that the summary table was updated | Other | userpoints_api.test | 265 | UserpointsTestCase->testExpiration() |  |
| (expirydate = NULL)Successfully verified that the summary table was updated | Other | userpoints_api.test | 265 | UserpointsTestCase->testExpiration() |  |
| Successfully removed expired points from the summary table. | Other | userpoints_api.test | 311 | UserpointsTestCase->testExpiration() |  |