function UserpointsNodeCommentTestCase::setUp in User points Nodes and Comments 7
Implementation of setUp().
Overrides DrupalWebTestCase::setUp
File
- ./
userpoints_nc.test, line 30 - Tests for userpoints_nc.module
Class
- UserpointsNodeCommentTestCase
- @file Tests for userpoints_nc.module
Code
function setUp() {
parent::setUp('userpoints', 'userpoints_nc');
}