You are here

function UserpointsNodeCommentTestCase::deletePoints in User points Nodes and Comments 7

1 call to UserpointsNodeCommentTestCase::deletePoints()
UserpointsNodeCommentTestCase::testCreateContent in ./userpoints_nc.test

File

./userpoints_nc.test, line 62
Tests for userpoints_nc.module

Class

UserpointsNodeCommentTestCase
@file Tests for userpoints_nc.module

Code

function deletePoints() {
  db_delete('userpoints')
    ->execute();
  db_delete('userpoints_txn')
    ->execute();
}